using System; using System.Runtime.CompilerServices; namespace Gestor.Model.CalculoWeb { public class Usuario { public string Email { get; set; } public Usuario() { } } }