Exemplo n.º 1
0
 public PostCategoryManager(IPostCategoryDal postCategoryDal)
 {
     _postCategoryDal = postCategoryDal;
 }
Exemplo n.º 2
0
 public PostCategoryService(IPostCategoryDal postCategoryDal)
 {
     _postCategoryDal = postCategoryDal;
 }