/// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet iftHomologacionServidores. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToiftHomologacionServidores(iftHomologacionServidores iftHomologacionServidores)
 {
     base.AddObject("iftHomologacionServidores", iftHomologacionServidores);
 }
 /// <summary>
 /// Crear un nuevo objeto iftHomologacionServidores.
 /// </summary>
 /// <param name="intIdServidoresH">Valor inicial de la propiedad intIdServidoresH.</param>
 public static iftHomologacionServidores CreateiftHomologacionServidores(global::System.Int32 intIdServidoresH)
 {
     iftHomologacionServidores iftHomologacionServidores = new iftHomologacionServidores();
     iftHomologacionServidores.intIdServidoresH = intIdServidoresH;
     return iftHomologacionServidores;
 }