RetornarPacientes() private method

private RetornarPacientes ( string UltimoRegistro, Int32 NumeroLinhas, string strConnHIS, string strScheHIS ) : DataSet
UltimoRegistro string
NumeroLinhas System.Int32
strConnHIS string
strScheHIS string
return DataSet
Exemplo n.º 1
0
 public void retornar_pacientes_deve_retornar_execao()
 {
     LerPacientesWPD paciente = new LerPacientesWPD();
     paciente.RetornarPacientes("unidade", 12, "", "");
 }