コード例 #1
0
 public ArticleSubCategoryController(SWCommonService invArtSubCategoryService)
 {
     this._invArtSubCategoryService = invArtSubCategoryService;
 }
コード例 #2
0
 public ArticleCategoryController(SWCommonService sdArtCategoryService)
 {
     this._sdArtCategoryService = sdArtCategoryService;
 }