コード例 #1
0
ファイル: DriverController.cs プロジェクト: EsraaMoubarek/API
 public DriverController(SchedulRepo schdb, AddressRepo addb, RegionRepo regdb, RequestRepo reqdb)
 {
     this.schdb = schdb;
     this.addb  = addb;
     this.regdb = regdb;
     this.reqdb = reqdb;
 }
コード例 #2
0
 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;
 }
コード例 #3
0
 public SchduleController(SchedulRepo s)
 {
     this.s = s;
 }