Beispiel #1
0
 public LoanService(Core2DbContext context)
 {
     _context = context;
 }
 public ClientService(Core2DbContext context)
 {
     _context = context;
 }
 public TransactionService(Core2DbContext context)
 {
     _context = context;
 }
 public AccountService(Core2DbContext context)
 {
     _context = context;
 }