Saimoe.Models.Contestant.Contestant C# (CSharp) 메소드

Contestant() 공개 메소드

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

Same methods

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