Esempio n. 1
0
 public DebtService(DesafioFullDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public InstallmentService(DesafioFullDbContext context)
 {
     _context = context;
 }