예제 #1
0
 public static DataTable Select_PlayTime_Audit(String Location, String filmCode, String PlayDate)
 {
     return(VistaDAL._Select_PlayTime_Audit(Location, filmCode, PlayDate));
 }