public LoanRepository(RevatureDatabaseContext context)
 {
     _context = context;
 }
 public Billrepository(RevatureDatabaseContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ApplicationRepository(RevatureDatabaseContext context)
 {
     _context = context;
 }
 public ExpensesRepository(RevatureDatabaseContext context)
 {
     _context = context;
 }
 public BudgetRepository(RevatureDatabaseContext context)
 {
     _context = context;
 }
 public Subscription(RevatureDatabaseContext context)
 {
     _context = context;
 }