Пример #1
0
 public void Functional_GetScheduledAppointmentByAppointmentID()
 {
     try { s.GetScheduledAppointmentByAppointmentID(0); }
     catch (Exception e) { Assert.Fail(e.Message); }
 }