Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TiemposInforme EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTiemposInforme(TiemposInforme tiemposInforme)
 {
     base.AddObject("TiemposInforme", tiemposInforme);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new TiemposInforme object.
 /// </summary>
 /// <param name="idTiemposInforme">Initial value of the IdTiemposInforme property.</param>
 /// <param name="idPersona">Initial value of the IdPersona property.</param>
 /// <param name="semana">Initial value of the Semana property.</param>
 public static TiemposInforme CreateTiemposInforme(global::System.Int32 idTiemposInforme, global::System.Int32 idPersona, global::System.Int32 semana)
 {
     TiemposInforme tiemposInforme = new TiemposInforme();
     tiemposInforme.IdTiemposInforme = idTiemposInforme;
     tiemposInforme.IdPersona = idPersona;
     tiemposInforme.Semana = semana;
     return tiemposInforme;
 }