In the IStoreService there is a method getAllStore. This method is being used all over the app.
The functionality of the store is to fetch all the store to the memory. This will create serious performance issue and application may crash for large number of store.
In the
IStoreServicethere is a method getAllStore. This method is being used all over the app.The functionality of the store is to fetch all the store to the memory. This will create serious performance issue and application may crash for large number of store.