public ArticleSubCategoryController(SWCommonService invArtSubCategoryService)
 {
     this._invArtSubCategoryService = invArtSubCategoryService;
 }
 public ArticleCategoryController(SWCommonService sdArtCategoryService)
 {
     this._sdArtCategoryService = sdArtCategoryService;
 }