public OperationRepository(LoanDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public LoanRepository(LoanDbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public GuildRepository(LoanDbContext context)
 {
     _context = context;
 }