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>();
        }