Пример #1
0
 public void Functional_GetAllAppointmentsForPatient()
 {
     try { s.GetAllAppointmentsForPatient(0); }
     catch (Exception) { Assert.Fail(); }
 }