Example #1
0
 public ShopRepository(ExpensesDBContext dbContext_)
 {
     _dbContext = dbContext_;
 }
Example #2
0
 public ItemRepository(ExpensesDBContext dbContext_)
 {
     _dbContext = dbContext_;
 }
Example #3
0
 internal GroupRepository(ExpensesDBContext dbContext_)
 {
     _dbContext = dbContext_;
 }
Example #4
0
 public PurchaseRepository(ExpensesDBContext dbContext_)
 {
     _dbContext = dbContext_;
 }