File scoped namespaces
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IUnderlyingThemeService
|
||||
{
|
||||
public interface IUnderlyingThemeService
|
||||
{
|
||||
bool IsUnderlyingThemeDark();
|
||||
}
|
||||
bool IsUnderlyingThemeDark();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user