コード例 #1
0
 public List <Report> GetAllReportsOnReason(string reason)
 {
     return(moderation.GetAllReportsOnReason(reason).ToList());
 }