Refactor UpcomingReconciliationHelper
Helpers are all included into views, which makes methods defined in helpers globally available. To reduce the number of methods in UpcomingReconciliationHelper, introduce a separate entity class and use that class in the helper. The entity class is used as a PORO.
Showing
Please register or sign in to comment