Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Areas.Admin.Models.Vendors;
///
/// Represents a customer model to add to the vendor
///
public partial record AddCustomerToVendorModel
{
#region Properties
public int CustomerId { get; set; }
#endregion
}