Example #1
0
 public static Products_Above_Average_Price CreateProducts_Above_Average_Price(string productName)
 {
     Products_Above_Average_Price products_Above_Average_Price = new Products_Above_Average_Price();
     products_Above_Average_Price.ProductName = productName;
     return products_Above_Average_Price;
 }
Example #2
0
 public void AddToProducts_Above_Average_Prices(Products_Above_Average_Price products_Above_Average_Price)
 {
     base.AddObject("Products_Above_Average_Prices", products_Above_Average_Price);
 }