public HoaDon(int soHoaDon, ChonBan CHONBAN, LichTrucNhanVien LICH_TRUC_NHAN_VIEN, uint SoTien) { this.soHoaDon = soHoaDon; this.LICH_TRUC_NHAN_VIEN = LICH_TRUC_NHAN_VIEN; this.CHONBAN = CHONBAN; this.SoTien = SoTien; }
public ChonBan(ChonBan CHONBAN) { this.KHACH = CHONBAN.KHACH; this.Gio = CHONBAN.Gio; this.Ngay = CHONBAN.Ngay; this.BAN = CHONBAN.BAN; }