Ejemplo n.º 1
0
 public List <Product> GetProductById(string productId)
 {
     return(_productRepo.GetProductById(productId));
 }