Пример #1
0
 public ChonBan(Khach KHACH, string Ngay, string Gio, Ban BAN)
 {
     this.KHACH = KHACH;
     this.Gio   = Gio;
     this.Ngay  = Ngay;
     this.BAN   = BAN;
 }
Пример #2
0
 public Khach(Khach khach)
 {
     if (khach != null)
     {
         this.maKhach   = khach.maKhach;
         this.LOAIKHACH = khach.LOAIKHACH;
     }
 }
Пример #3
0
 public HoaDonMuaVe(uint soHoaDonMuaVe, Khach KHACH, uint SoTien)
 {
     this.soHoaDonMuaVe = soHoaDonMuaVe;
     this.KHACH         = KHACH;
     this.SoTien        = SoTien;
 }