예제 #1
0
 public async Task <IHttpActionResult> GetBuyerComponentSubStages(int componentStageId)
 {
     return(Ok(await _buyerService.GetBuyerComponentSubStages(componentStageId)));
 }