Range thing.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Calendar;
|
||||
|
||||
public interface IDateContextProvider
|
||||
{
|
||||
CultureInfo Culture { get; }
|
||||
TimeZoneInfo TimeZone { get; }
|
||||
DateOnly GetToday();
|
||||
}
|
||||
Reference in New Issue
Block a user