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