Пример #1
0
 public PowerCheckRepository(IPrinteryContext db)
 {
     _db        = db;
     _dbContext = db.GetDbContext();
 }
Пример #2
0
 public PaperRespository(IPrinteryContext db)
 {
     _db        = db;
     _dbContext = db.GetDbContext();
 }
Пример #3
0
 public EmpRepository(IPrinteryContext db)
 {
     _db        = db;
     _dbContext = db.GetDbContext();
 }
Пример #4
0
 public CustomerRepository(IPrinteryContext db)
 {
     _db        = db;
     _dbContext = db.GetDbContext();
 }
Пример #5
0
 public ProductRespository(IPrinteryContext db)
 {
     _db        = db;
     _dbContext = _db.GetDbContext();
 }