コード例 #1
0
 public async Task <IEnumerable <IncentiveBoMRequestItem> > GetIncentiveBoMRequestItems(int projectId, int incentiveCategoryId)
 {
     // to-do return required fields only
     return(await _itemsRepository.GetAllItems(projectId, incentiveCategoryId));
 }