예제 #1
0
 public AccountRepository(AccountingDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public OptionRepository(AccountingDbContext context)
 {
     _context = context;
 }
 public TransactionRepository(AccountingDbContext context)
 {
     _context = context;
 }