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

8 lines
140 B
C#
Raw Normal View History

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