Documentation modifications
This commit is contained in:
@@ -21,6 +21,12 @@ public class PoCMappingService : IPoCMappingService
|
||||
private PoCMapping? _mapping;
|
||||
private DateTime _nextRefresh = DateTime.MinValue;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PoCMappingService"/> class, storing the supplied repository and capturing point-of-care mapping configuration values from <paramref name="apiSettings"/>.
|
||||
/// </summary>
|
||||
/// <param name="pocMappingRepository">The <see cref="IPoCMappingRepository"/> used by the service to access mapping data.</param>
|
||||
/// <param name="apiSettings">The <see cref="IOptions{ApiSettings}"/> providing access to the point-of-care mapping settings.</param>
|
||||
/// <!-- aidoc:v1 sig=3865e0c body=4a11e38 -->
|
||||
public PoCMappingService(IPoCMappingRepository pocMappingRepository, IOptions<ApiSettings> apiSettings)
|
||||
{
|
||||
_pocMappingRepository = pocMappingRepository;
|
||||
|
||||
Reference in New Issue
Block a user