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

Role() public method

public Role ( ) : System
return System
        public Role()
        {
            this.SessionAttempts = new List<SessionAttempt>();
            this.SessionHistories = new List<SessionHistory>();
            this.UserRoles = new List<UserRole>();
        }