Beispiel #1
0
 public ProductImage GetById(int id)
 {
     return(_repository.GetById(id));
 }