public PowerCheckRepository(IPrinteryContext db) { _db = db; _dbContext = db.GetDbContext(); }
public PaperRespository(IPrinteryContext db) { _db = db; _dbContext = db.GetDbContext(); }
public EmpRepository(IPrinteryContext db) { _db = db; _dbContext = db.GetDbContext(); }
public CustomerRepository(IPrinteryContext db) { _db = db; _dbContext = db.GetDbContext(); }
public ProductRespository(IPrinteryContext db) { _db = db; _dbContext = _db.GetDbContext(); }