package com.itjw.txviewer.database; public interface ITransactionDbFactory { ITrDb createDatabase(); }