Beispiel #1
0
 public bool DeleteReportComment(int commentid)
 {
     return(mediaRepo.DeleteReportComment(commentid));
 }