Browse Source
Add Volo.Abp namespace to CSharpServiceProxyGenerator.cs
pull/16428/head
Engincan VESKE
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ServiceProxying/CSharp/CSharpServiceProxyGenerator.cs
|
|
|
@ -82,6 +82,7 @@ public class CSharpServiceProxyGenerator : ServiceProxyGeneratorBase<CSharpServi |
|
|
|
"using System;", |
|
|
|
"using System.Collections.Generic;", |
|
|
|
"using System.Threading.Tasks;", |
|
|
|
"using Volo.Abp;", |
|
|
|
"using Volo.Abp.Application.Dtos;", |
|
|
|
"using Volo.Abp.Http.Client;", |
|
|
|
"using Volo.Abp.Http.Modeling;", |
|
|
|
@ -94,6 +95,7 @@ public class CSharpServiceProxyGenerator : ServiceProxyGeneratorBase<CSharpServi |
|
|
|
"using System;", |
|
|
|
"using System.Collections.Generic;", |
|
|
|
"using System.Threading.Tasks;", |
|
|
|
"using Volo.Abp;", |
|
|
|
"using Volo.Abp.Application.Dtos;", |
|
|
|
"using Volo.Abp.Application.Services;" |
|
|
|
}; |
|
|
|
@ -102,6 +104,7 @@ public class CSharpServiceProxyGenerator : ServiceProxyGeneratorBase<CSharpServi |
|
|
|
{ |
|
|
|
"using System;", |
|
|
|
"using System.Collections.Generic;", |
|
|
|
"using Volo.Abp;", |
|
|
|
"using Volo.Abp.Application.Dtos;", |
|
|
|
"using Volo.Abp.ObjectExtending;", |
|
|
|
}; |
|
|
|
|