示例#1
0
 public LoginRepository(yicarContext context)
 {
     _context = context;
 }
示例#2
0
 public VentaRepository(yicarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }