Exemplo n.º 1
0
 public LoginRepository(yicarContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public VentaRepository(yicarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }