Example #1
0
 public IEnumerable <Product> GetByName(string name)
 {
     return(_productAccessor.GetByName(name));
 }