namespace Common.Dtos.Subject; public class CreateSubjectRequest { public string? Name { get; set; } public string? ShortName { get; set; } }