Beispiel #1
0
 public PostCategory Add(PostCategory postCategory)
 {
     return(_postCategoryDal.Add(postCategory));
 }