DRMFSS.BLL.UserProfile.UserProfile C# (CSharp) Method

UserProfile() public method

public UserProfile ( ) : System
return 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>();
        }