Exemplo n.º 1
0
 public static DataTable Select_Category_Price(string filmcode, string category)
 {
     return(VistaDAL._Select_Category_Price(filmcode, category));
 }