Solution Structure
| Assembly | Architecture layer | Description |
|---|---|---|
| V49Adapter | DAL | |
| V49Adapter.DataMappers.Contracts | DAL | |
| V49Adapter.DataMappers.Implementation | DAL | |
| V49Adapter.DataMapper.Tests | DAL | |
| V49Adapter.Entities | DAL | |
| V49Adapter.Repositories.Contracts | DAL | |
| V49Adapter.Repositories.Implementation | DAL | |
| V49Adapter.Repositories.Tests | DAL | |
| Domain Layer | --- | --- |
| Domain.Entities | DL | |
| Domain.Entities.Tests | DL |
Abbreviations: DAL - Data Access Layer | DL - Domain Layer | SL - Services Layer | SML - Stock Management Layer