mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 6 additions and 2 deletions
@ -1,9 +1,13 @@ |
|||
namespace Volo.Abp.Settings |
|||
using System.Collections.Generic; |
|||
|
|||
namespace Volo.Abp.Settings |
|||
{ |
|||
public interface ISettingDefinitionContext |
|||
{ |
|||
SettingDefinition GetOrNull(string name); |
|||
|
|||
IReadOnlyList<SettingDefinition> GetAll(); |
|||
|
|||
void Add(params SettingDefinition[] definitions); |
|||
} |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue