Correctly override the generic BaseController

后端 未结 0 1075
迷失自我
迷失自我 2021-01-16 18:45

I have the generic BaseController like this:

public class BaseController : Controller where T : BaseEntity
{
    protected readonly IRepository _repo         


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