/*
 * Copyright (c) 2004 Brian McCallister. All Rights Reserved.
 */
package org.skife.gear.service;

public interface TxRunner
{
    Object execute(Tx tx) throws Exception;
}
