Beispiel #1
0
 public DataTable listMediaByYear(int year)
 {
     return(AppUtil.ToDataTable(ml.GetMediaByPublishYear(year)));
 }