How to add generic method to a class, that takes a class extending a generic class, ignoring it's parent template parameter?

后端 未结 0 619
滥情空心
滥情空心 2020-12-10 08:17

I have a class with such definition:

public abstract class BaseRepository where TEntity : class
{
   ...
}

Now, I have a bunch

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