VelocityDbSchema.Man.Man C# (CSharp) Method

Man() public method

public Man ( ) : System
return System
    public Man()
    {
    }

Same methods

Man::Man ( Person spouse, Person bestFriend, System.DateTime birthday ) : System
Man::Man ( string firstName, string lastName, UInt16 age, long ssn, System.DateTime birthday, Person bestFriend = null, Person spouse = null ) : System
Man