コード例 #1
0
 public List <Report> GetAllReportsOnDate(DateTime date)
 {
     return(moderation.GetAllReportsOnDate(date).ToList());
 }