Saimoe.Models.Contestant.Contestant C# (CSharp) Method

Contestant() public method

public Contestant ( ) : System
return System
        public Contestant()
        {
            // TODO: Complete member initialization
            CreatedDate = DateTime.Now;
            LastLoginDate = DateTime.Now;
        }
    }

Same methods

Contestant::Contestant ( string googlePlusId, Profile profile ) : System