/// <summary> /// Create a new perfil object. /// </summary> /// <param name="idperfil">Initial value of the idperfil property.</param> /// <param name="nombre">Initial value of the nombre property.</param> public static perfil Createperfil(global::System.Int32 idperfil, global::System.String nombre) { perfil perfil = new perfil(); perfil.idperfil = idperfil; 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); }