EF

   public class Article     {        [Key]        public int ID { get; set; }        public string Title{get;set;}        public int AuthorssID { get; set; }        public Author Author { get; set; }
相關文章
相關標籤/搜索