예제 #1
0
 public CheckListController(CheckListRepo checkListRepo,
                            icheckcmsContext context,
                            IConducteurRepo conducteurRepo,
                            IVehiculeRepo vehiculeRepo,
                            ISiteRepo siteRepo)
 {
     _checkListRepo  = checkListRepo;
     _conducteurRepo = conducteurRepo;
     _vehiculeRepo   = vehiculeRepo;
     _context        = context;
     _siteRepo       = siteRepo;
 }
예제 #2
0
 public CheckListController(CheckListRepo checkListRepo,
                            ICheckContext context,
                            IConducteurRepo conducteurRepo,
                            IVehiculeRepo vehiculeRepo,
                            ISiteRepo siteRepo,
                            IHostingEnvironment environment)
 {
     _checkListRepo  = checkListRepo;
     _conducteurRepo = conducteurRepo;
     _vehiculeRepo   = vehiculeRepo;
     _context        = context;
     _siteRepo       = siteRepo;
     _environment    = environment;
 }