コード例 #1
0
 public IActionResult Get(Guid proposalId)
 {
     return(Ok(_decisionService.GetDecisionMakersForNextStage(proposalId)));
 }