| | |
| | | |
| | | public interface ILifePayOrderService : IApplicationService |
| | | { |
| | | Task<PageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input); |
| | | |
| | | Task<decimal> GetTotalLifePayRechargeReceipts(); |
| | | Task<LifePayRechargeReceiptsPageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input); |
| | | |
| | | Task AddUpdatePayRechargeReceipts(AddUpdatePayRechargeReceiptsInput input); |
| | | |
| | | Task AddLifePayExpensesReceipts(AddLifePayExpensesReceiptsInput input); |
| | | } |