mirror of https://github.com/abpframework/abp.git
3 changed files with 3 additions and 14 deletions
@ -1,11 +0,0 @@ |
|||||
using System; |
|
||||
|
|
||||
namespace Volo.Abp |
|
||||
{ |
|
||||
public interface IAbpApplication : IDisposable |
|
||||
{ |
|
||||
Type StartupModuleType { get; } |
|
||||
|
|
||||
void Initialize(IServiceProvider serviceProvider); |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue