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