コード例 #1
0
 public Integer calculateProgressOfUserStory(UserStory userStory) {
   return userStoryService.findProgressOfUserStory(userStory);
 }