public OperationRepository(LoanDbContext context)
 {
     _context = context;
 }
Example #2
0
 public LoanRepository(LoanDbContext context)
 {
     _context = context;
 }
Example #3
0
 public GuildRepository(LoanDbContext context)
 {
     _context = context;
 }