Attendance Command and Query Flow
Summary
Minimal API delegates call scoped application services directly. MediatR is absent.
Audience
Backend developers, frontend integrators, architects, and QA engineers.
Command flow
Query flow
Expected failures use Result<T>; query methods generally return collections directly. Presentation maps these results to responses. There is no central pipeline behavior for validation, authorization, logging, or transactions; each boundary is composed explicitly.
Source References
microservices/src/attendance-service/Api/Endpoints.csmicroservices/src/attendance-service/Application/Common/Cqrs.csmicroservices/src/attendance-service/Application/Services/AttendanceCommands.csmicroservices/src/attendance-service/Application/Services/AttendanceQueries.csmicroservices/src/attendance-service/Infrastructure/Persistence.cs
Related Articles
See Also
Keywords
- Attendance Service
- Attendance Command and Query Flow
Revision Information
- Status: Draft
- Last reviewed: 2026-07-15
- Review cycle: Quarterly