david-at-solve
Results
1
comments of
david-at-solve
Or maybe something like `@inject(Key = "MyKey") MyType MyName` which alignes more to the traditional `[Inject(Key = "MyKey")] private MyType MyName { get; set; }` ? Or as a general...