public class Account { [Key] public Guid Id { get; set; } [Required] [StringLength(50)] public string Name { get; set; } ...
確定! 回上一頁