Skip to content

Commit

Permalink
Merge pull request #16428 from abpframework/EngincanV/generate-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming authored Apr 29, 2023
2 parents 795e0cc + c236153 commit 76f8467
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;",
Expand All @@ -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;"
};
Expand All @@ -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;",
};
Expand Down

0 comments on commit 76f8467

Please sign in to comment.