Ejemplo n.º 1
0
 public IEnumerable <Type> GetBoundServices()
 {
     return(_container.GetCurrentRegistrations()
            .Select(r => r.ServiceType)
            .AsEnumerable());
 }