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