示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Turnos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTurnos(Turnos turnos)
 {
     base.AddObject("Turnos", turnos);
 }
示例#2
0
 /// <summary>
 /// Create a new Turnos object.
 /// </summary>
 /// <param name="idTurno">Initial value of the IdTurno property.</param>
 public static Turnos CreateTurnos(global::System.Int32 idTurno)
 {
     Turnos turnos = new Turnos();
     turnos.IdTurno = idTurno;
     return turnos;
 }