Exclude list of complex objects from IQueryable by two properties

后端 未结 0 1957
刺人心
刺人心 2021-01-06 03:45

I have two types:

public class DocumentEntityItem 
{
    public int Id { get; set; }
    public string Type { get; set; }
}

public partial class DocumentEnti         


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