/// <summary> /// Create a new THUCHI object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="tongTien">Initial value of the TongTien property.</param> /// <param name="visual">Initial value of the Visual property.</param> /// <param name="deleted">Initial value of the Deleted property.</param> /// <param name="edit">Initial value of the Edit property.</param> public static THUCHI CreateTHUCHI(global::System.Int32 id, global::System.Decimal tongTien, global::System.Boolean visual, global::System.Boolean deleted, global::System.Boolean edit) { THUCHI tHUCHI = new THUCHI(); tHUCHI.ID = id; tHUCHI.TongTien = tongTien; tHUCHI.Visual = visual; tHUCHI.Deleted = deleted; tHUCHI.Edit = edit; return tHUCHI; }
public BOThuChi() { ThuChi = new THUCHI(); NhanVien = new NHANVIEN(); LoaiThuChi = new LOAITHUCHI(); }
/// <summary> /// Deprecated Method for adding a new object to the THUCHIs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTHUCHIs(THUCHI tHUCHI) { base.AddObject("THUCHIs", tHUCHI); }