Replies: 1 comment
-
Duplicate #20734 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Generally, in JS, var _userService=abp. services. app. user; Define the GetUsers method in UserAppService, and in JavaScript, this method can be called by using _userService. getUser(). So how does the ABP framework find 'UserAppService' through 'abp. services. app. user', and where is the corresponding method implemented? I want to see how the underlying code implements this function。
Beta Was this translation helpful? Give feedback.
All reactions