Service Layer - Base classes
DTO + service base. Dto reflects the base entity class, service base covers the base CRUD operations and mappings. The base method will be most likely overriden in a number of concerete implementations.
DTO + service base. Dto reflects the base entity class, service base covers the base CRUD operations and mappings. The base method will be most likely overriden in a number of concerete implementations.