Пример #1
0
 public static List <Comments> GetAllComments(Blogs blog)
 {
     return(_commentsLogic.GetAllComments(blog));
 }