✏️ Explanatory Question
Answer:
The controller class (ANSARIBalanceSheetReconController) manages the execution of the SysOperation framework.
It connects the Service class (TestServiceClass) and the Contract class (ANSARIBalanceSheetReconContract), and decides whether the operation will run synchronously or asynchronously (batch).
It starts the operation using:
controller.startOperation();