Example #1
0
 /// <summary>
 /// Create a new Adm_TComunicacion object.
 /// </summary>
 /// <param name="tcomunicacionId">Initial value of the tcomunicacionId property.</param>
 public static Adm_TComunicacion CreateAdm_TComunicacion(global::System.String tcomunicacionId)
 {
     Adm_TComunicacion adm_TComunicacion = new Adm_TComunicacion();
     adm_TComunicacion.tcomunicacionId = tcomunicacionId;
     return adm_TComunicacion;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Adm_TComunicacion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdm_TComunicacion(Adm_TComunicacion adm_TComunicacion)
 {
     base.AddObject("Adm_TComunicacion", adm_TComunicacion);
 }