8 lines
140 B
C#
8 lines
140 B
C#
|
|
namespace Wino.Core.Domain.Interfaces
|
|||
|
|
{
|
|||
|
|
public interface IUnderlyingThemeService
|
|||
|
|
{
|
|||
|
|
bool IsUnderlyingThemeDark();
|
|||
|
|
}
|
|||
|
|
}
|