Related Models: AdminSettings.cs
Related Interfaces:
IAdminSettingsService.cs
Fields
| Field Name | Type | Description |
|---|---|---|
_dbContextFactory | IDbContextFactory<NumaContext> | DbContextFactory for instantiating instances of NumaContext on-demand |
Constructor
Properties
| Property Name | Type | Description |
|---|---|---|
CurrentAdminSettings | AdminSettings? | Object to represent the state of the current admin settings |
Methods
| Method Name | Description | Parameters | Return Type |
|---|---|---|---|
InitializeCurrentAdminSettingsAsync | Sets CurrentAdminSettings to the admin settings stored in Cosmos DB | Task | |
SaveCurrentAdminSettingsAsync | Saves changes to the admin settings in Cosmos DB | Task |
