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