namespace DigitalData.UserManager.Application.DTOs.Base { public record BaseCreateDto() { public string AddedWho { get; set; } = "UNAUTHORIZED"; } }