Ejemplo n.º 1
0
 public AccountRepository(AccountingDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public OptionRepository(AccountingDbContext context)
 {
     _context = context;
 }
 public TransactionRepository(AccountingDbContext context)
 {
     _context = context;
 }