public FastCareController(FastCareContext context, ArisContext context2, HKMasterContext hkcontext, ScheduleContext contextSched)
 {
     _context      = context;
     _hkcontext    = hkcontext;
     _contextSched = contextSched;
     _context2     = context2;
 }
Example #2
0
 public ArisController(ArisContext context, HKMasterContext hkcontext, ScheduleContext contextSched)
 {
     _context      = context;
     _hkcontext    = hkcontext;
     _contextSched = contextSched;
 }