コード例 #1
0
 public CheckComplaintController(IAfterCheckService afterCheckService, ISupervisionInfoService supervisionInfoService, IHosDayErrorService hosdayerrorservice, IMapper mapper, IRedisDbContext redisDbContext)
 {
     _afterCheckService      = afterCheckService;
     _mapper                 = mapper;
     _redisDbContext         = redisDbContext;
     _supervisionInfoService = supervisionInfoService;
     _hosdayerrorservice     = hosdayerrorservice;
 }
コード例 #2
0
 public SupervisionInfoController(ISupervisionInfoService supervisionInfoService, IMapper mapper, IRedisDbContext redisDbContext)
 {
     _supervisionInfoService = supervisionInfoService;
     _mapper         = mapper;
     _redisDbContext = redisDbContext;
 }