Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

SampleSearchTerm.cs

namespace Nop.Services.Installation.SampleData;

/// 
/// Sample search term record
/// 
public partial class SampleSearchTerm
{
    /// 
    /// Gets or sets the keyword
    /// 
    public string Keyword { get; set; }

    /// 
    /// Gets or sets search count
    /// 
    public int Count { get; set; }
}