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