diff --git a/src/VirtoCommerce.CoreModule.Core/Seo/SeoSearchCriteria.cs b/src/VirtoCommerce.CoreModule.Core/Seo/SeoSearchCriteria.cs index ad508ff6..22e88673 100644 --- a/src/VirtoCommerce.CoreModule.Core/Seo/SeoSearchCriteria.cs +++ b/src/VirtoCommerce.CoreModule.Core/Seo/SeoSearchCriteria.cs @@ -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; }