how to process result in auto api #18143
Unanswered
One-One-Code
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The simplest way is using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In application service return dto ,and map api with auto api,
I want process all api result with standard model ,anyone can tell me how to solved it?
AppService like below:

I want return in api like:
WebApiResult<List>
WebApiResult is my custom standard model
Beta Was this translation helpful? Give feedback.
All reactions