示例#1
0
 public PostCategoryManager(IPostCategoryDal postCategoryDal)
 {
     _postCategoryDal = postCategoryDal;
 }
示例#2
0
 public PostCategoryService(IPostCategoryDal postCategoryDal)
 {
     _postCategoryDal = postCategoryDal;
 }