コード例 #1
0
 public async Task <IEnumerable <IncentiveBoMRequestItem> > GetIncentiveRequestsByServiceAppId(int id, int page = -1, int pageSize = 10)
 {
     return(await _itemsRepository.GetIncentiveBoMRequestItemByProjectId(id, page, pageSize));
 }