Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -19,6 +19,13 @@ using MongoDB.Driver;
namespace adas_core.Application.Services;
/// <summary>
/// Implements <see cref="IDisplayService"/>, coordinating display management operations
/// across data access (<see cref="IDisplayRepository"/>), configuration (<see cref="IDisplayConfigService"/>),
/// authentication (<see cref="IAuthService"/>), audit (<see cref="ILocalAuditService"/>),
/// and caching (<see cref="ICacheService"/>) concerns.
/// </summary>
/// <!-- aidoc:v1 sig=010754e -->
public class DisplayService(
IDisplayRepository displayRepository,
IPointOfCareService pointOfCareService,