/// <summary> /// Create a new accWebSiteModule object. /// </summary> /// <param name="idWebSite">Initial value of the IdWebSite property.</param> /// <param name="idModule">Initial value of the IdModule property.</param> public static accWebSiteModule CreateaccWebSiteModule(global::System.Int32 idWebSite, global::System.Int32 idModule) { accWebSiteModule accWebSiteModule = new accWebSiteModule(); accWebSiteModule.IdWebSite = idWebSite; accWebSiteModule.IdModule = idModule; return(accWebSiteModule); }
/// <summary> /// Deprecated Method for adding a new object to the accWebSiteModules EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaccWebSiteModules(accWebSiteModule accWebSiteModule) { base.AddObject("accWebSiteModules", accWebSiteModule); }