Пример #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();
 }