public BankAppointmentSchedulerService(IBankAppointmentContext context)
 {
     _context = context;
 }
 public ServiceManagement(IBankAppointmentContext context)
 {
     _context = context;
 }
 public BankManagement(IBankAppointmentContext context)
 {
     _context = context;
 }
 public BankRealtimeQueueService(IBankAppointmentContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public CounterManagement(IBankAppointmentContext context)
 {
     _context = context;
 }