public AssinaturaController(InfnetDBContext context)
 {
     _context = context;
 }
Exemple #2
0
 public PartidaController(InfnetDBContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CobrancaController(InfnetDBContext context)
 {
     _context = context;
 }
Exemple #4
0
 public SocioController(InfnetDBContext context)
 {
     _context = context;
 }
Exemple #5
0
 public DuvidaController(InfnetDBContext context)
 {
     _context = context;
 }
Exemple #6
0
 public PlanoController(InfnetDBContext context)
 {
     _context = context;
 }