Exemplo n.º 1
0
 public static DataTable Select_PlayTime_AuditReport(String Location, String filmCode, String PlayDate)
 {
     return(VistaDAL._Select_PlayTime_AuditReport(Location, filmCode, PlayDate));
 }