|
|
|
@ -16,11 +16,6 @@ namespace ProductManagement |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
{ |
|
|
|
Configure<PermissionOptions>(options => |
|
|
|
{ |
|
|
|
options.DefinitionProviders.Add<ProductManagementPermissionDefinitionProvider>(); |
|
|
|
}); |
|
|
|
|
|
|
|
Configure<VirtualFileSystemOptions>(options => |
|
|
|
{ |
|
|
|
options.FileSets.AddEmbedded<ProductManagementApplicationContractsModule>(); |
|
|
|
@ -32,11 +27,6 @@ namespace ProductManagement |
|
|
|
.Get<ProductManagementResource>() |
|
|
|
.AddVirtualJson("/ProductManagement/Localization/ApplicationContracts"); |
|
|
|
}); |
|
|
|
|
|
|
|
Configure<SettingOptions>(options => |
|
|
|
{ |
|
|
|
options.DefinitionProviders.Add<ProductManagementSettingDefinitionProvider>(); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|