示例#1
0
 public bool deleteCTTour(int matour)
 {
     return(tourDal.DeleteCTTour(matour));
 }