public RegistroInfraccionesRepository(PuntosCarnetContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public VehiculoConductorRepository(PuntosCarnetContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public InfraccionRepository(PuntosCarnetContext context)
 {
     _context = context;
 }