Esempio n. 1
0
 public static DataTable Select_Play()
 {
     return(VistaDAL._Select_Play());
 }
Esempio n. 2
0
 public static DataTable Select_Play(string Location, string filmCode, string PlayDate)
 {
     return(VistaDAL._Select_Play(Location, filmCode, PlayDate));
 }