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