|
|
@ -1,8 +1,9 @@
|
|
|
|
using Volo.Abp.DependencyInjection;
|
|
|
|
using NPin.Framework.SettingManagement.Domain.Store;
|
|
|
|
|
|
|
|
using Volo.Abp.DependencyInjection;
|
|
|
|
using Volo.Abp.MultiTenancy;
|
|
|
|
using Volo.Abp.MultiTenancy;
|
|
|
|
using Volo.Abp.Settings;
|
|
|
|
using Volo.Abp.Settings;
|
|
|
|
|
|
|
|
|
|
|
|
namespace NPin.Framework.SettingManagement.Domain;
|
|
|
|
namespace NPin.Framework.SettingManagement.Domain.Provider;
|
|
|
|
|
|
|
|
|
|
|
|
public class TenantSettingManagementProvider : SettingManagementProvider, ITransientDependency
|
|
|
|
public class TenantSettingManagementProvider : SettingManagementProvider, ITransientDependency
|
|
|
|
{
|
|
|
|
{
|
|
|
|