Blog.Web.Site.SimpleInjectorDependencyResolver.GetServices C# (CSharp) 메소드

GetServices() 공개 메소드

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
리턴 IEnumerable
        public IEnumerable<object> GetServices(Type serviceType)
        {
            return Container.GetAllInstances(serviceType);
        }