Пример #1
0
 public void Inject <T>(T instance) where T : class
 {
     parentDependencies.Inject(instance);
 }