Exemplo n.º 1
0
 public AtmModuleRepository(VcashDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Exemplo n.º 2
0
 public AtmBatteryRepository(VcashDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }