コード例 #1
0
 public async Task <IEnumerable <MasterData> > GetImportItemsSectionWithLoginUserAsync(int companyId, IEnumerable <string> codes, CancellationToken token = default(CancellationToken))
 => await sectionQueryProcessor.GetImportItemsSectionWithLoginUserAsync(companyId, codes, token);