Esempio n. 1
0
 public Tables(SmartCafeContext dbContext, IMapper mapper)
 {
     this._dbContext = dbContext;
     this._mapper    = mapper;
 }
Esempio n. 2
0
 public Products(SmartCafeContext dbContext, IMapper mapper)
 {
     this._dbContext = dbContext;
     this._mapper    = mapper;
 }