예제 #1
0
 /// <summary>
 /// Create a new Ficha object.
 /// </summary>
 /// <param name="id_Ficha">Initial value of the Id_Ficha property.</param>
 public static Ficha CreateFicha(global::System.Decimal id_Ficha)
 {
     Ficha ficha = new Ficha();
     ficha.Id_Ficha = id_Ficha;
     return ficha;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ficha EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFicha(Ficha ficha)
 {
     base.AddObject("Ficha", ficha);
 }