Ejemplo n.º 1
0
 public void AddCount(int ProductId)
 {
     _shoppingService.AddCount(ProductId);
 }