Webiant Logo Webiant Logo
  1. No results found.

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

IAdminNote.cs

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; }
}