コード例 #1
0
 public IEnumerable <Image> GetImagesByAutoId(int autoId, bool onlyMainImage)
 {
     return(_autoRepo.GetImagesByAutoId(autoId, onlyMainImage));
 }