main
1using gorilla.commons.utility;
2
3namespace MoMoney.Presentation.Model.reporting
4{
5    public interface IBindReportTo<T, Query> : IReport, ParameterizedCommand<T> where Query : Query<T> {}
6}