Exemplo n.º 1
0
 static void ReadInPatient()
 {
     InPatientsController ipc   = new InPatientsController();
     SqlException         ipcer = ipc.Read(4);
 }