using Elwig.Helpers.Billing; namespace Elwig.Helpers.Export { /// <summary> /// Interface for exporting banking data /// </summary> public interface IBankingExporter : IExporter<Transaction> { } }