Cant map an object to other table with entity framework

前端 未结 0 836
孤城傲影
孤城傲影 2021-01-02 15:04

I have a class, with this fields

    public int CustomerId { get; set; }

    public string Firstname { get; set; }

    public string Lastname { get; set; }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题