using Application.Domain.Entities; namespace Application.Models { public class ProductDto : Product { public string CategoryNumber { get; set; } } }