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