File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.EntityFrameworkCore/EntityFrameworkCore Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
- using System . Threading . Tasks ;
3
- using Abp . Authorization ;
4
- using Abp . Authorization . Roles ;
5
- using Abp . Authorization . Users ;
6
2
using Abp . AutoMapper ;
7
- using Abp . Domain . Repositories ;
8
3
using Abp . Modules ;
9
4
using Abp . Reflection . Extensions ;
10
5
using AbpCompanyName . AbpProjectName . Authorization ;
11
- using AbpCompanyName . AbpProjectName . Authorization . Roles ;
12
- using AbpCompanyName . AbpProjectName . Authorization . Users ;
13
- using AbpCompanyName . AbpProjectName . MultiTenancy ;
14
- using AbpCompanyName . AbpProjectName . Roles . Dto ;
15
- using AbpCompanyName . AbpProjectName . Users . Dto ;
16
- using AutoMapper ;
17
6
18
7
namespace AbpCompanyName . AbpProjectName
19
8
{
@@ -22,7 +11,6 @@ namespace AbpCompanyName.AbpProjectName
22
11
typeof ( AbpAutoMapperModule ) ) ]
23
12
public class AbpProjectNameApplicationModule : AbpModule
24
13
{
25
-
26
14
public override void PreInitialize ( )
27
15
{
28
16
Configuration . Authorization . Providers . Add < AbpProjectNameAuthorizationProvider > ( ) ;
Original file line number Diff line number Diff line change 5
5
6
6
namespace AbpCompanyName . AbpProjectName . EntityFrameworkCore
7
7
{
8
- public class AbpProjectNameDbMigrator : AbpZeroDbMigrator < AbpProjectNameDbContext >
8
+ public class AbpZeroDbMigrator : AbpZeroDbMigrator < AbpProjectNameDbContext >
9
9
{
10
- public AbpProjectNameDbMigrator (
10
+ public AbpZeroDbMigrator (
11
11
IUnitOfWorkManager unitOfWorkManager ,
12
12
IDbPerTenantConnectionStringResolver connectionStringResolver ,
13
13
IDbContextResolver dbContextResolver ) :
You can’t perform that action at this time.
0 commit comments