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; } } }