BetterMembership.Dummy.DummyRoleProvider.GetRolesForUser C# (CSharp) 메소드

GetRolesForUser() 공개 메소드

public GetRolesForUser ( string username ) : string[]
username string
리턴 string[]
        public override string[] GetRolesForUser(string username)
        {
            throw new NotImplementedException();
        }