summaryrefslogtreecommitdiff
path: root/product/database/transactions/DatabaseCommand.cs
blob: 0f1f283878f7b30fbd4753f36c77b8e866b61291 (plain)
1
2
3
4
5
6
7
8
using gorilla.commons.utility;

namespace momoney.database.transactions
{
    public interface DatabaseCommand : ParameterizedCommand<DatabaseConnection>
    {
    }
}