コード例 #1
0
 public List <CinemaWithFilm> CinemaXinxi(int CId, int FId, DateTime ShowTime)
 {
     return(dl.CinemaXinxi(CId, FId, ShowTime));
 }