Skip to content

Commit e194928

Browse files
committed
Testing code deleted
1 parent 775feba commit e194928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Application/MultiTenancy/TenantAppService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ protected override void MapToEntity(TenantDto updateInput, Tenant entity)
109109
public override async Task DeleteAsync(EntityDto<int> input)
110110
{
111111
CheckDeletePermission();
112-
var foo = DeletePermissionName;
113112

114113
var tenant = await _tenantManager.GetByIdAsync(input.Id);
115114
await _tenantManager.DeleteAsync(tenant);

0 commit comments

Comments
 (0)