public RegistroInfraccionesRepository(PuntosCarnetContext context)
 {
     _context = context;
 }
Example #2
0
 public VehiculoConductorRepository(PuntosCarnetContext context)
 {
     _context = context;
 }
Example #3
0
 public InfraccionRepository(PuntosCarnetContext context)
 {
     _context = context;
 }