コード例 #1
0
 public async Task <IEnumerable <Automobile> > GetAutomobilesAsync(IEnumerable <int> theAutomobileIds)
 {
     return(await _autoRepository.GetAutomobilesAsync(theAutomobileIds));
 }