public BOXuLyKhoChiTiet() { XuLyKhoChiTiet = new XULYKHOCHITIET(); MenuMon = new MENUMON(); LoaiBan = new LOAIBAN(); TonKho = new TONKHO(); XuLyKho = new XULYKHO(); }
public BOXuLyKho() { XuLyKho = new XULYKHO(); Kho = new KHO(); NhanVien = new NHANVIEN(); }
/// <summary> /// Create a new XULYKHO object. /// </summary> /// <param name="chinhKhoID">Initial value of the ChinhKhoID property.</param> /// <param name="tongTien">Initial value of the TongTien property.</param> /// <param name="deleted">Initial value of the Deleted property.</param> /// <param name="edit">Initial value of the Edit property.</param> /// <param name="visual">Initial value of the Visual property.</param> public static XULYKHO CreateXULYKHO(global::System.Int32 chinhKhoID, global::System.Decimal tongTien, global::System.Boolean deleted, global::System.Boolean edit, global::System.Boolean visual) { XULYKHO xULYKHO = new XULYKHO(); xULYKHO.ChinhKhoID = chinhKhoID; xULYKHO.TongTien = tongTien; xULYKHO.Deleted = deleted; xULYKHO.Edit = edit; xULYKHO.Visual = visual; return xULYKHO; }
/// <summary> /// Deprecated Method for adding a new object to the XULYKHOes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToXULYKHOes(XULYKHO xULYKHO) { base.AddObject("XULYKHOes", xULYKHO); }