Vasily

Results 1 issues of Vasily

Hi! I am migrating from autofac to grace ioc and ran into an issue. Suppose such a structure (simplified): ``` class AService { private readonly Func _func; public AService(Func func)...