Beispiel #1
0
 public DebtService(DesafioFullDbContext context)
 {
     _context = context;
 }
 public InstallmentService(DesafioFullDbContext context)
 {
     _context = context;
 }