Webiant Logo Webiant Logo
  1. No results found.

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

AddCustomerToVendorModel.cs

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
}