Added property for where item originated from to ProductListingInfo.
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Props.Models.Search
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string OriginName { get; set; }
|
||||
|
||||
public uint Hits { get; set; }
|
||||
|
||||
public DateTime LastUpdated { get; set; }
|
||||
|
Reference in New Issue
Block a user