TFS_ANTIGUO/SInCathay/ULA.Cathay.IntegracionesEIK/Estructuras/BaseResponse.cs

13 lines
No EOL
293 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ULA.Cathay.IntegracionesEIK.Estructuras
{
public class BaseResponse
{
public string CodigoRespuesta { get; set; }
public string DescripcionRespuesta { get; set; }
}
}