file scoped namespaces (#565)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using Wino.Core.Domain.Models.Settings;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface ISettingsBuilderService
|
||||
{
|
||||
public interface ISettingsBuilderService
|
||||
{
|
||||
List<SettingOption> GetSettingItems();
|
||||
}
|
||||
List<SettingOption> GetSettingItems();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user