Exemplo n.º 1
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;
 }
Exemplo n.º 2
0
 public ScheduleColController(Sch_col_Repo s)
 {
     this.s = s;
 }