Пример #1
0
 public bool DeleteLikesPost(int postid)
 {
     return(mediaRepo.DeleteLikesPost(postid));
 }