Example #1
0
 public object GetService(Type type) => _parentLifetime.GetFactory(type)(this);
Example #2
0
 public object GetService(Type type)
 {
     return(_parentLifetime.GetFactory(type)(this));
 }