Пример #1
0
 public Product GetById(Guid id)
 {
     return(_productAccessor.GetById(id));
 }