You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no big point in keeping two methods InstallRequiredData and InstallSampleData in this interface. Instead, we can create one method InstallAsync with the fillSampleData parameter, indicating whether we need to install test data.
This will not only help simplify the interface but also make the code cleaner, for example, it will allow you not to insert the DisplayDefaultMenuItemSettings settings twice.
The text was updated successfully, but these errors were encountered:
There is no big point in keeping two methods InstallRequiredData and InstallSampleData in this interface. Instead, we can create one method InstallAsync with the fillSampleData parameter, indicating whether we need to install test data.
This will not only help simplify the interface but also make the code cleaner, for example, it will allow you not to insert the DisplayDefaultMenuItemSettings settings twice.
The text was updated successfully, but these errors were encountered: