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