Auto stash before merge of "main" and "origin/main"
This commit is contained in:
parent
21d7128e74
commit
521190475d
41 changed files with 991 additions and 1150 deletions
|
|
@ -0,0 +1,7 @@
|
|||
using Core.Configurations.SmartConfigProvider;
|
||||
|
||||
namespace Core.Configurations.SmartConfiguration;
|
||||
public interface IConfigurationRepository
|
||||
{
|
||||
IEnumerable<AppConfiguration> GetActiveConfigurations();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue