public CheckListController(CheckListRepo checkListRepo, icheckcmsContext context, IConducteurRepo conducteurRepo, IVehiculeRepo vehiculeRepo, ISiteRepo siteRepo) { _checkListRepo = checkListRepo; _conducteurRepo = conducteurRepo; _vehiculeRepo = vehiculeRepo; _context = context; _siteRepo = siteRepo; }
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; }