using System; using Aurora.Core.Domain.Entities; namespace Aurora.Core.Domain.Dto { public class CategoryDto : Category { } }