Example #1
0
 /// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet LaRomanaPorcentajeServicioInternets. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToLaRomanaPorcentajeServicioInternets(LaRomanaPorcentajeServicioInternet laRomanaPorcentajeServicioInternet)
 {
     base.AddObject("LaRomanaPorcentajeServicioInternets", laRomanaPorcentajeServicioInternet);
 }
Example #2
0
 /// <summary>
 /// Crear un nuevo objeto LaRomanaPorcentajeServicioInternet.
 /// </summary>
 /// <param name="id">Valor inicial de la propiedad ID.</param>
 public static LaRomanaPorcentajeServicioInternet CreateLaRomanaPorcentajeServicioInternet(global::System.Int32 id)
 {
     LaRomanaPorcentajeServicioInternet laRomanaPorcentajeServicioInternet = new LaRomanaPorcentajeServicioInternet();
     laRomanaPorcentajeServicioInternet.ID = id;
     return laRomanaPorcentajeServicioInternet;
 }