Ejemplo n.º 1
0
 public DTO.ResponseService <DTO.PersonLicenseTransaction[]> GetAllLicenseByIDCard(string idCard, string mode, int feemode)
 {
     return(svc.GetAllLicenseByIDCard(idCard, mode, feemode));
 }