public DriverController(SchedulRepo schdb, AddressRepo addb, RegionRepo regdb, RequestRepo reqdb) { this.schdb = schdb; this.addb = addb; this.regdb = regdb; this.reqdb = reqdb; }
public AdminController(SchedulRepo schdb, Sch_col_Repo scoldb, RegionRepo regdb, UserRepo u, AddressRepo addb, comp_prom_repo _comp, Promotions_repo _prom, promcodes_repo _code) { this.schdb = schdb; this.scoldb = scoldb; this.regdb = regdb; this.u = u; this.addb = addb; this.comp = _comp; this.prom = _prom; this.code = _code; }
public SchduleController(SchedulRepo s) { this.s = s; }