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