示例#1
0
 public bool UpdateThongTinTour(Core.Model.Tour tourupdate)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public bool MoTour(Core.Model.Tour newTour)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public bool ThemTourPhuongTien(Core.Model.Tour tour, PhuongTien phuongtiendichuyen)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public bool XoaTourPhuongTien(Core.Model.Tour tour, PhuongTien pt)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public bool SuaPhuongTienOfTour(Core.Model.Tour tourofedit, PhuongTien phuongtien)
 {
     throw new NotImplementedException();
 }