mirror of https://github.com/abpframework/abp.git
8 changed files with 33 additions and 15 deletions
@ -0,0 +1,9 @@ |
|||
using System; |
|||
|
|||
namespace Volo.Abp.DependencyInjection |
|||
{ |
|||
public interface IServiceProviderAccessor //TODO: Move to Volo.DependencyInjection package?
|
|||
{ |
|||
IServiceProvider ServiceProvider { get; } |
|||
} |
|||
} |
|||
@ -1,9 +0,0 @@ |
|||
using System; |
|||
|
|||
namespace Volo.Abp |
|||
{ |
|||
public interface IServiceProviderAccessor |
|||
{ |
|||
IServiceProvider ServiceProvider { get; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue