removed todo

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent a0cc382fd5
commit 5c59e9e57e

@ -24,8 +24,6 @@ namespace Volo.DependencyInjection
return;
}
//TODO: Should have a list of ignored interfaces for exposed services. Say that MyTransientDependency class should not registered for ITransientDependency interface.
foreach (var serviceType in AutoRegistrationHelper.GetExposedServices(type))
{
var serviceDescriptor = ServiceDescriptor.Describe(serviceType, type, lifeTime.Value);

Loading…
Cancel
Save