摘要: 执行顺序 使用方法,首先实现各自的接口,override里面的方法, 然后在startup 类的 ConfigureServices 方法,注册它们。 services.AddTransient(typeof(MyAction)); services.AddTransient(typeof(MyRe 阅读全文
posted @ 2021-02-10 23:22 明志德道 阅读(937) 评论(2) 推荐(3)