mirror of https://github.com/abpframework/abp.git
5 changed files with 13 additions and 14 deletions
@ -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