예제 #1
0
 public AppointmentResourceDto UpdateResource(long resourceId, AppointmentResourceDto updatedResource)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public AppointmentResourceDto CreateResource(AppointmentResourceDto newResource)
 {
     throw new NotImplementedException();
 }
 public AppointmentsDto AttachVisitAndResourceToAppointments(AppointmentsDto appointments, AppointmentResourceDto resource, VisitDto visit, bool ignoreWarnings)
 {
     throw new NotImplementedException();
 }