UnitTests.TestHelper.TestClasses.Person.Person C# (CSharp) Method

Person() public method

public Person ( )
        public Person()
        {
            Id = 0;
            Name = "TEST Name";
            Passwort = "P@ssw0rd";
            IsAktiv = true;
        }
Person