public AtmModuleRepository(VcashDbContext dbContext, IMapper mapper) { _dbContext = dbContext; _mapper = mapper; }
public AtmBatteryRepository(VcashDbContext dbContext, IMapper mapper) { _dbContext = dbContext; _mapper = mapper; }