Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update incorect binding scope to Singleton in SqlQueryProviderModule
Changed the binding scope of RowInterface, RowListInterface, and InvokeInterface classes in SqlQueryProviderModule to "Singleton". This update ensures that these classes will have only one instance throughout the application, enhancing performance and reducing resource usage.
- Loading branch information