I'm not too sure what is the best practice for putting a non ViewModel class? It seems like bad practice to put them into the Models folder if they are not used by the views.
Should I create a separate folder or just leave them in there?
I'm not too sure what is the best practice for putting a non ViewModel class? It seems like bad practice to put them into the Models folder if they are not used by the views.
Should I create a separate folder or just leave them in there?