mirror of https://github.com/abpframework/abp
parent
8ead16f389
commit
fca339d682
@ -1,11 +0,0 @@
|
||||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Volo.Abp.DependencyInjection
|
||||
{
|
||||
public interface IServiceProviderAccessor //TODO: Move to Volo.DependencyInjection package?
|
||||
{
|
||||
[NotNull]
|
||||
IServiceProvider ServiceProvider { get; }
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Volo.DependencyInjection
|
||||
{
|
||||
public interface IServiceProviderAccessor
|
||||
{
|
||||
[NotNull]
|
||||
IServiceProvider ServiceProvider { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in new issue