Пример #1
0
 public bool DoAllProductsHaveUnitPrice()
 {
     return(productSet.All("NOT UnitPrice IS NULL"));
 }