Example #1
0
 private static void SaveP(ProductoWallmart entity)
 {
     using (var db = new ProductosEntities())
     {
         db.ProductoWallmart.Add(entity);
         db.SaveChanges();
     }
 }
Example #2
0
 private static void SaveP(ProductoWallmart entity)
 {
     using (var db = new ProductosEntities())
     {
         db.ProductoWallmart.Add(entity);
         db.SaveChanges();
     }
 }