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