Exemplo n.º 1
0
 public Product GetProduct(string id)
 {
     // TODO change to add mapping
     return(_ProductsManager.GetProduct(id));
 }