Пример #1
0
 public int GetAndShowLikes(Post post)
 {
     return(mediaRepo.CountLikes(post.ID));
 }