We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725ea0e commit 1177273Copy full SHA for 1177273
Dan.Core/Services/ServiceContextService.cs
@@ -257,6 +257,12 @@ public async Task<List<ServiceContext>> GetRegisteredServiceContexts()
257
Owner = "Brønnøysundregistrene",
258
ValidLanguages = new List<string>() {Constants.LANGUAGE_CODE_NORWEGIAN_NB }
259
},
260
+ new ServiceContext() {
261
+ Name = "NSG",
262
+ Id = "nsg-product",
263
+ Owner = "Brønnøysundregistrene",
264
+ ValidLanguages = new List<string>() {Constants.LANGUAGE_CODE_NORWEGIAN_NB }
265
+ }
266
};
267
268
return await Task.FromResult(serviceContexts);
0 commit comments