File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
AbpCompanyName.AbpProjectName.Application/Roles/Dto
AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ public class CreateRoleDto
22
22
[ StringLength ( Role . MaxDescriptionLength ) ]
23
23
public string Description { get ; set ; }
24
24
25
- public bool IsStatic { get ; set ; }
26
-
27
25
public List < string > Permissions { get ; set ; }
28
26
}
29
27
}
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ public class RoleDto : EntityDto<int>
23
23
[ StringLength ( Role . MaxDescriptionLength ) ]
24
24
public string Description { get ; set ; }
25
25
26
- public bool IsStatic { get ; set ; }
27
-
28
26
public List < string > Permissions { get ; set ; }
29
27
}
30
28
}
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<system .webServer>
4
4
<handlers >
5
- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule " resourceType =" Unspecified" />
5
+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2 " resourceType =" Unspecified" />
6
6
</handlers >
7
7
<aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" >
8
8
<environmentVariables />
You can’t perform that action at this time.
0 commit comments