public bool UpdateThongTinTour(Core.Model.Tour tourupdate) { throw new NotImplementedException(); }
public bool MoTour(Core.Model.Tour newTour) { throw new NotImplementedException(); }
public bool ThemTourPhuongTien(Core.Model.Tour tour, PhuongTien phuongtiendichuyen) { throw new NotImplementedException(); }
public bool XoaTourPhuongTien(Core.Model.Tour tour, PhuongTien pt) { throw new NotImplementedException(); }
public bool SuaPhuongTienOfTour(Core.Model.Tour tourofedit, PhuongTien phuongtien) { throw new NotImplementedException(); }