Ejemplo n.º 1
0
 public BpccScheduleController(AppointmentContext appointmentContext)
 {
     _appointmentContext = appointmentContext;
 }
 public AppointmentContextApiController(AppointmentContext appointmentContext)
 {
     this.AppointmentContext = appointmentContext;
     this.EasternTimeZoneInfo = TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time");
 }