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