using SiNan.Model.Dto; namespace SiNan.Model.Core { public class GOIBySku : GOIResponse { public string Sku { get; set; } } }