curso de arquitectura de aplicaciones empresariales con net 6
Arquitectura de aplicaciones empresariales Udemy
- DOMAIN.ENTITY: Categories
- INFRASTRUCTURE.INTERFACE: ICategoriesRepository
- INFRASTRUCTURE.REPOSITORY: CategoriesRepository
- DOMAIN.INTERFACE: ICategoriesDomain
- DOMAIN.CORE: CategoriesDomain
- APPLICATION.DTO: CategoriesDto
- APPLICATION.INTERFACE: ICategoriesApplication
- APPLICATION.MAIN: CategoriesApplication
- SERVICES.WEBAPI: CategoriesController
- UnitOfWork
- MappingsProfile
- InjectionExtensions
- DOMAIN: DOMAIN
- INFRAESTRUCTURE: DATA
- APPLICATION: BUSINESS
- SERVICES: UI
- TRANSVERSAL: COMMON