示例#1
0
 private void EliminarSucursal()
 {
     try
     {
         Sucursal.CambiarEstado(id, true);
     }
     catch (MySqlException ex)
     {
         throw ex;
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }