mirror of https://github.com/abpframework/abp.git
1 changed files with 1 additions and 2 deletions
@ -1,8 +1,7 @@ |
|||
using Volo.Abp.AspNetCore.App; |
|||
|
|||
namespace Volo.Abp.AspNetCore.MultiTenancy |
|||
{ |
|||
public abstract class AspNetCoreMultiTenancyTestBase : AbpAspNetCoreTestBase<Startup> |
|||
public abstract class AspNetCoreMultiTenancyTestBase : AbpAspNetCoreTestBase<App.Startup> |
|||
{ |
|||
|
|||
} |
|||
|
|||
Loading…
Reference in new issue