using DbFirst.Domain.Entities; using MediatR; namespace DbFirst.Application.Time.Commands; public record InsertTimeCommand : IRequest;