7 lines
149 B
C#
7 lines
149 B
C#
namespace cuqmbr.TravelGuide.Application.Common.Interfaces.Services;
|
|
|
|
public interface TimeZoneService
|
|
{
|
|
public TimeZoneInfo TimeZone { get; }
|
|
}
|