Example #1
0
 /// <summary>
 /// Create a new Puesto object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="descripcion">Initial value of the Descripcion property.</param>
 public static Puesto CreatePuesto(global::System.Int32 id, global::System.String descripcion)
 {
     Puesto puesto = new Puesto();
     puesto.Id = id;
     puesto.Descripcion = descripcion;
     return puesto;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Puestoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPuestoes(Puesto puesto)
 {
     base.AddObject("Puestoes", puesto);
 }