Documentation modifications
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user