/// <summary> /// Create a new rol object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="nombre">Initial value of the Nombre property.</param> public static rol Createrol(global::System.Int32 id, global::System.String nombre) { rol rol = new rol(); rol.Id = id; rol.Nombre = nombre; return rol; }
/// <summary> /// Deprecated Method for adding a new object to the rol EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorol(rol rol) { base.AddObject("rol", rol); }