DRMFSS.BLL.UserProfile.UserProfile C# (CSharp) 메소드

UserProfile() 공개 메소드

public UserProfile ( ) : System
리턴 System
        public UserProfile()
        {
            this.Adjustments = new List<Adjustment>();
            this.Receives = new List<Receive>();
            this.SessionAttempts = new List<SessionAttempt>();
            this.SessionHistories = new List<SessionHistory>();
            this.UserHubs = new List<UserHub>();
            this.UserRoles = new List<UserRole>();
        }