Beispiel #1
0
 public void ApproveComment(int commentId, int statusId)
 {
     _repo.ApproveComment(commentId, statusId);
 }