Exemplo n.º 1
0
 public IResponseDTO GetIdentificationTypesDropdown()
 {
     _response = _identificationTypeService.GetIdentificationTypesDropdown();
     return(_response);
 }