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