Esempio n. 1
0
 //OBTIENE PACIENTE POR TIPO Y NUMERO DE DOCUMENTO
 public Paciente GetPacientePorTipoNumeroDocumento(byte tipoDocumentoId, string numeroDocumento)
 {
     return(objPacienteDA.GetPacientePorTipoNumeroDocumento(tipoDocumentoId, numeroDocumento));
 }