Namespace arolariu.Backend.Core.Domain.General.Extensions
Classes
- WebApplicationBuilderExtensions
Provides extension methods for configuring the WebApplicationBuilder with general domain services and infrastructure. This class serves as the Composition Root for dependency injection, centralizing the configuration of cross-cutting concerns and foundational services required by the application.
- WebApplicationExtensions
Provides extension methods for configuring the WebApplication request processing pipeline. This class contains middleware configuration and request routing setup for the general domain.