예제 #1
0
 public AtmModuleRepository(VcashDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
예제 #2
0
 public AtmBatteryRepository(VcashDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }