mirror of https://github.com/abpframework/abp.git
6 changed files with 15 additions and 14 deletions
@ -1,8 +1,6 @@ |
|||
using Volo.Abp.AspNetCore.TestBase; |
|||
namespace Volo.Abp.AspNetCore.Mvc.UI; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Mvc.UI; |
|||
|
|||
public abstract class AbpAspNetCoreMvcUiTestBase : AbpAspNetCoreIntegratedTestBase<Program> |
|||
public abstract class AbpAspNetCoreMvcUiTestBase : AbpAspNetCoreTestBase<Program> |
|||
{ |
|||
|
|||
} |
|||
|
|||
Loading…
Reference in new issue