示例#1
0
 public static DataTable Select_PlayTime(String Location, String filmCode, String PlayDate)
 {
     return(VistaDAL._Select_PlayTime(Location, filmCode, PlayDate));
 }