I have a visual studio solution with the following projects:
- UI
- DataAccess
- BusiessLogic
- BusinessObjects
I now have a bunch of code that generates reports that are sent out via email or saved as csv files.
These ReportGenerators classes take in business objects and output either files or strings.
which project would you put them in? I am leaning toward an answer but wanted to see what others thought?