示例#1
0
 public CalendarEntryService(HospitalCalendarDbContextFactory contextFactory, IRenovationService renovationService,
                             IAppointmentService appointmentService, ISurgeryService surgeryService) : base(contextFactory)
 {
     _renovationService  = renovationService;
     _appointmentService = appointmentService;
     _surgeryService     = surgeryService;
 }
 public SurgeryWcfService(ISurgeryService surgeryService)
 {
     this.surgeryService = surgeryService;
 }
示例#3
0
 public ScheduleController(ISurgeryService _surgeryService)
 {
     this._surgeryService = _surgeryService;
 }
 public SurgeryController(ISurgeryService ause)
 {
     this.ause = ause;
 }