Nop.Core_4.7/Presentation/Nop.Web/Models/Customer/ExternalAuthenticationMetho...

8 lines
190 B
C#

using Nop.Web.Framework.Models;
namespace Nop.Web.Models.Customer;
public partial record ExternalAuthenticationMethodModel : BaseNopModel
{
public Type ViewComponent { get; set; }
}