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