Ejemplo n.º 1
0
 public IEnumerable <TService> GetAllInstances <TService>()
 {
     return(_resolver.GetAllInstances <TService>());
 }