I've an entity Candidate
我一个实体的候选人
public class Candidate
{
public int Id { get; set; }
[Required]
public string Name { get; set; }
public int Age { get; set; }
}
public cI've an entity Candidate
我一个实体的候选人
public class Candidate
{
public int Id { get; set; }
[Required]
public string Name { get; set; }
public int Age { get; set; }
}
public c