http-api/src/Application/Common/Interfaces/Services/TimeZoneService.cs
2025-04-29 23:51:19 +03:00

7 lines
149 B
C#

namespace cuqmbr.TravelGuide.Application.Common.Interfaces.Services;
public interface TimeZoneService
{
public TimeZoneInfo TimeZone { get; }
}