Exemplo n.º 1
0
 public IEnumerable <RatedProduct> GetSubstitutes(string id)
 {
     // TODO change to add mapping
     return(_ProductsManager.GetSubstitutes(id));
 }