The abstract type X has no mapped descendants and so cannot be mapped

前端 未结 0 482
再見小時候
再見小時候 2021-02-15 07:48

I have the following model :

public abstract class AbstractBase { }
public abstract class AbstractBase : AbstractBase where T : SomeOtherTypeBase
{
             


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