Exemple #1
0
 public BillRepository(ThazDbContext dbContext, User user) : base(dbContext, user)
 {
 }
Exemple #2
0
 public TransactionRepository(ThazDbContext dbContext, User user) : base(dbContext, user)
 {
 }