public TransactionRepository(FCContext context)
 {
     _context = context;
 }
Example #2
0
 public AccountRepository(FCContext context)
 {
     _context = context;
 }