예제 #1
0
        private IPubCategoryQueryService _pubCategoryQueryService;//Q 端

        public PubCategoryController(ICommandService commandService, IContextService contextService,
                                     IPubCategoryQueryService pubCategoryQueryService) : base(commandService, contextService)
        {
            _pubCategoryQueryService = pubCategoryQueryService;
        }