Exemple #1
0
 /// <summary>
 /// Create a new Junta object.
 /// </summary>
 /// <param name="cve_junta">Initial value of the cve_junta property.</param>
 public static Junta CreateJunta(global::System.Decimal cve_junta)
 {
     Junta junta = new Junta();
     junta.cve_junta = cve_junta;
     return junta;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Juntas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJuntas(Junta junta)
 {
     base.AddObject("Juntas", junta);
 }