コード例 #1
0
 public async Task <IHttpActionResult> GetBuyerComponentStages(int componentId)
 {
     return(Ok(await _buyerService.GetBuyerComponentStages(componentId)));
 }