BusinessObjects
This projects holds all the business objects that are passed around between the layers.
These classes are light weight and do not carry much logic, if at all.
The project contains three main sections.
These are:
- Business objects - the actual classes that will contain data
- Filters - the filters that will be used to retrieve data
- Collections - collections of business objects
The
BusinessLogicLayer,
DataAccessLayer and
WebApplication depend on this project.
