refactor
This commit is contained in:
12
core/payments/application/presenters/index.ts
Normal file
12
core/payments/application/presenters/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export * from './IGetPaymentsPresenter';
|
||||
export * from './ICreatePaymentPresenter';
|
||||
export * from './IUpdatePaymentStatusPresenter';
|
||||
export * from './IGetMembershipFeesPresenter';
|
||||
export * from './IUpsertMembershipFeePresenter';
|
||||
export * from './IUpdateMemberPaymentPresenter';
|
||||
export * from './IGetPrizesPresenter';
|
||||
export * from './ICreatePrizePresenter';
|
||||
export * from './IAwardPrizePresenter';
|
||||
export * from './IDeletePrizePresenter';
|
||||
export * from './IGetWalletPresenter';
|
||||
export * from './IProcessWalletTransactionPresenter';
|
||||
Reference in New Issue
Block a user