コード例 #1
0
 public DataTable listMediaByTitle(string title)
 {
     return(AppUtil.ToDataTable(ml.GetDataByTitle(title)));
 }