Exemplo n.º 1
0
 /// <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;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GastoConcepto EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGastoConcepto(GastoConcepto gastoConcepto)
 {
     base.AddObject("GastoConcepto", gastoConcepto);
 }