using Common; using Common.Model; namespace Business.Resend { public interface IResendBusiness { JsonRxResponse GetResendLists(DateFilterParams search, string customerId); JsonRxResponse GetTransactionSummary(string id); } }