Webiant Logo Webiant Logo
  1. No results found.

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

Person.cs

namespace Nop.Tests.Nop.Web.Tests.Public.Validators;

public class Person
{
    public string NameField { get; set; }

    public string Username { get; set; }

    public string CreditCard { get; set; }

    public string Password { get; set; }

    public string PhoneNumber { get; set; }
}