Files
Wino-Mail/Wino.Core.Domain/Interfaces/IUnderlyingThemeService.cs
2025-02-16 11:54:23 +01:00

7 lines
122 B
C#

namespace Wino.Core.Domain.Interfaces;
public interface IUnderlyingThemeService
{
bool IsUnderlyingThemeDark();
}