I have a class model like this:
public class Perfil { [Key] public int ID { get; set; } public DateTime FechaCreacion { get; set; }