Files
Wino-Mail/Wino.Core.Domain/Interfaces/IUnderlyingThemeService.cs

8 lines
135 B
C#
Raw Normal View History

namespace Wino.Domain.Interfaces
2024-04-18 01:44:37 +02:00
{
public interface IUnderlyingThemeService
{
bool IsUnderlyingThemeDark();
}
}