Ejemplo n.º 1
0
 public static string Update(Tablas_BD tablas)
 {
     try
     {
         var procedimiento = new DataLayer();
         return(procedimiento.Update(tablas));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Ejemplo n.º 2
0
 public static string Update(Tablas_BD tablas)
 {
     try
     {
         var procedimiento = new DataLayer();
         return procedimiento.Update(tablas);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }