/// <summary> /// Deprecated Method for adding a new object to the grupousu EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTogrupousu(grupousu grupousu) { base.AddObject("grupousu", grupousu); }
/// <summary> /// Create a new grupousu object. /// </summary> /// <param name="grupoUsuariosId">Initial value of the GrupoUsuariosId property.</param> /// <param name="userId">Initial value of the UserId property.</param> public static grupousu Creategrupousu(global::System.Int32 grupoUsuariosId, global::System.Int32 userId) { grupousu grupousu = new grupousu(); grupousu.GrupoUsuariosId = grupoUsuariosId; grupousu.UserId = userId; return grupousu; }