コード例 #1
0
ファイル: VistaBOL.cs プロジェクト: himanshujoshi19/Test
 public static DataTable Select_PlayTime_Audit(String Location, String filmCode, String PlayDate)
 {
     return(VistaDAL._Select_PlayTime_Audit(Location, filmCode, PlayDate));
 }