namespace QuotifyBE.DTOs; public class NewCategoryDTO { public string Name { get; set; } = string.Empty; public string? Description { get; set; } }