/// <summary> /// Create a new GastoConcepto object. /// </summary> /// <param name="idGastoConcepto">Initial value of the IdGastoConcepto property.</param> /// <param name="descripcionGastoConcepto">Initial value of the DescripcionGastoConcepto property.</param> public static GastoConcepto CreateGastoConcepto(global::System.Int32 idGastoConcepto, global::System.String descripcionGastoConcepto) { GastoConcepto gastoConcepto = new GastoConcepto(); gastoConcepto.IdGastoConcepto = idGastoConcepto; gastoConcepto.DescripcionGastoConcepto = descripcionGastoConcepto; return gastoConcepto; }
/// <summary> /// Deprecated Method for adding a new object to the GastoConcepto EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGastoConcepto(GastoConcepto gastoConcepto) { base.AddObject("GastoConcepto", gastoConcepto); }