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