public class Blog { [Column("blog_id")] public int BlogId { get; set; } ... [Required] // Data annotations needed to configure as required ...
確定! 回上一頁