Move all business-related logic to DAL
Closed this issue · 0 comments
isalzh commented
Acceptance criteria:
- src\Teams\Domain folder moved to newly created DAL project;
- create a separate set of entities which will be correspond with database tables. Those entities must contain only public properties with names identically to column names. No methods here, no any logic.