Esempio n. 1
0
 public BillRepository(ThazDbContext dbContext, User user) : base(dbContext, user)
 {
 }
Esempio n. 2
0
 public TransactionRepository(ThazDbContext dbContext, User user) : base(dbContext, user)
 {
 }