using MediatR; namespace UserManagement.MediatR.Queries { public class DailyReminderServicesQuery : IRequest { } }