Example #1
0
 public async Task <IEnumerable <ComponentStageDataModel> > GetBuyerComponentSubStages(int componentStageId)
 {
     return(await _buyerRepository.GetBuyerComponentSubStages(componentStageId));
 }