namespace SiNan.Model.Dto
{
public class ProductResponse : Model.Db.Product
public string Logo { get; set; }
}