I think can be useful to refactor the project in order to make it more manutable, for example:
- put the project code in a src folder
- extract models and methods implementaion in different assemblies
this will help to make the base substrate for the blazor webapp or other presentation layer different from the console one
I think can be useful to refactor the project in order to make it more manutable, for example:
this will help to make the base substrate for the blazor webapp or other presentation layer different from the console one