Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Misc.RFQ.Domains;
///
/// Represent the entity with administration notes field
///
public interface IAdminNote
{
///
/// Gets or sets the administration notes
///
string AdminNotes { get; set; }
}