Example #1
0
 public void Insert(Product obj)
 {
     _context.Add(obj);
     _context.SaveChanges();
 }