コード例 #1
0
 //按照日期查询场次
 public static IList <Shows> GetShowsByDate(int id, string date)
 {
     return(ShowService.GetShowsBySql(id, date));
 }