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