Machete.Domain.Person.Person C# (CSharp) Method

Person() public method

public Person ( ) : System.Collections.Generic
return System.Collections.Generic
        public Person()
        {
            idString = "person";
        }