Browse Source

removed todo

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent
commit
5c59e9e57e
  1. 2
      src/Volo.DependencyInjection/Volo/DependencyInjection/DefaultConventionalRegistrar.cs

2
src/Volo.DependencyInjection/Volo/DependencyInjection/DefaultConventionalRegistrar.cs

@ -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