Skip to content

Commit

Permalink
add userId to SeoSearchCriteria
Browse files Browse the repository at this point in the history
  • Loading branch information
basilkot committed Oct 24, 2024
1 parent d3613c1 commit ef6b3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VirtoCommerce.CoreModule.Core/Seo/SeoSearchCriteria.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace VirtoCommerce.CoreModule.Core.Seo
{
public class SeoSearchCriteria : SearchCriteriaBase
{
public string UserId { get; set; }
public string Slug { get; set; }
public string StoreId { get; set; }
public string Permalink { get; set; }
Expand Down

0 comments on commit ef6b3ee

Please sign in to comment.