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