コード例 #1
0
 public ProductImage GetByID(int id)
 {
     return(_productImageRepository.GetSingleById(id));
 }