예제 #1
0
 public FeedbackCategoryRepo(WasteAppDbContext db)
 {
     this.db = db;
 }
예제 #2
0
 public promcodes_repo(WasteAppDbContext db)
 {
     this._db = db;
 }
예제 #3
0
 public UserRepo(WasteAppDbContext db, IHubContext <ChartHub> hub)
 {
     this._db = db;
     _hub     = hub;
 }
예제 #4
0
 public Promotions_repo(WasteAppDbContext db)
 {
     this._db = db;
 }
예제 #5
0
 public InstructionsRepo(WasteAppDbContext db)
 {
     _db = db;
 }
예제 #6
0
 public AddressRepo(WasteAppDbContext db)
 {
     this.db = db;
 }
예제 #7
0
 public RegionRepo(WasteAppDbContext db)
 {
     this.db = db;
 }
예제 #8
0
 public WasteRepo(WasteAppDbContext db)
 {
     this._db = db;
 }
예제 #9
0
 public ClientRepo(WasteAppDbContext db)
 {
     this._db = db;
 }
예제 #10
0
 public SurveyRepo(WasteAppDbContext db)
 {
     this._db = db;
 }
예제 #11
0
 public RequestRepo(WasteAppDbContext db)
 {
     _db = db;
 }
예제 #12
0
 public SurveyController(SurveyRepo surveyRepo, WasteAppDbContext db)
 {
     _surveyRepo = surveyRepo;
     _db         = db;
 }
예제 #13
0
 public Sch_col_Repo(WasteAppDbContext db)
 {
     this.db = db;
 }
예제 #14
0
 public comp_prom_repo(WasteAppDbContext db)
 {
     this._db = db;
 }
예제 #15
0
 public SchedulRepo(WasteAppDbContext db)
 {
     this.db = db;
 }