Exemplo n.º 1
0
 public int HowManyProductsAreOutOfStock()
 {
     return(productSet.Count("UnitsInStock = 0"));
 }