namespace Brizco.Domain.Enums; public enum DateQueryFilter { Today = 0, Tomorrow = 1, ThisWeek = 2, }