Example #1
0
 public void CreateProduct(Product p)
 {
     context.Add(p);
     context.SaveChanges();
 }