Пример #1
0
 public IEnumerable <Comments> GetByIdPost(int id)
 {
     return(mb.GetByIdPost(id));
 }