Mapping EFCore Navigation properties using Automapper

后端 未结 0 632
小蘑菇
小蘑菇 2020-12-15 20:31

Using EF Core 3.1.8, I have a series of lookup tables of the form:

class Category
{
   public int CategoryID { get; set; }
   public string Code          


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