How to register an open generic that accepts parameters in LightInject?

前端 未结 0 1698
忘了有多久
忘了有多久 2021-01-20 11:49

I have the following generic class, which depends on IBar:

public class Foo : IFoo
{
    public Foo(IBar bar, int value) { }
           


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