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