コード例 #1
0
 public AdminController(IGetInfoService getInfoService, IAdvancedMapper advancedMapper,
                        IAdvancedLogicService advancedLogicService, IMapper mapper)
 {
     _getInfoService       = getInfoService;
     _advancedMapper       = advancedMapper;
     _advancedLogicService = advancedLogicService;
     _mapper = mapper;
 }