PersonSession.PersonSession C# (CSharp) Method

PersonSession() public method

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

Same methods

PersonSession::PersonSession ( int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments, bool dbconOpened ) : System
PersonSession::PersonSession ( int uniqueID, int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments ) : System