コード例 #1
0
ファイル: TourBLL.cs プロジェクト: xuanthu9x/QuanLyTourDuLich
 public DataTable GetCTTour(int matour)
 {
     return(tourDal.GetCTTour(matour));
 }