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