Exemplo n.º 1
0
 public UsuarioRepository(CocherabbddContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 2
0
 public ReparacionesRepository(CocherabbddContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 3
0
 public VendedoresRepository(CocherabbddContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 4
0
 public MecanicosRepository(CocherabbddContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 5
0
 public LoginRepository(CocherabbddContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public PropuestaVentaRepository(CocherabbddContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }