Example #1
0
 public int CountPostsForCategory(long?categoryId)
 {
     return(_repository.CountPostsForCategory(categoryId));
 }