示例#1
0
 public ContentCategoryAdminController(IContentCategoryAdminServices contentCategoryAdminServices)
 {
     _contentCategoryAdminServices = contentCategoryAdminServices;
 }