コード例 #1
0
 public User getUserById(String userId) {
   return taskIdentityService.getUserById(userId);
 }