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

Role() 공개 메소드

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