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 }