SPMS_API/SPMS.Infrastructure
SEAN cd8270c5c0 feat: DI 컨테이너 및 서비스 등록 구조화 (#26)
- Infrastructure/DependencyInjection.cs: AddInfrastructure() 확장 메서드
- Application/DependencyInjection.cs: AddApplication() 확장 메서드
- API/Extensions/ApplicationBuilderExtensions.cs: UseMiddlewarePipeline() 확장 메서드
- Program.cs 정리 (DI/파이프라인 분리)

Closes #26
2026-02-09 16:25:44 +09:00
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Migrations feat: Domain Enum 및 에러 코드 상수 정의 (#10) 2026-02-09 13:31:50 +09:00
Persistence feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00
AppDbContext.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
DependencyInjection.cs feat: DI 컨테이너 및 서비스 등록 구조화 (#26) 2026-02-09 16:25:44 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00