Пример #1
0
 public Product Add(Product newProduct)
 {
     db.Add(newProduct);
     return(newProduct);
 }
Пример #2
0
 public Core.Attribute Add(Core.Attribute newAttribute)
 {
     db.Add(newAttribute);
     return(newAttribute);
 }
 public ProductAttributes Add(ProductAttributes newProductAttributes)
 {
     db.Add(newProductAttributes);
     return(newProductAttributes);
 }