BetterMembership.Dummy.DummyRoleProvider.GetRolesForUser C# (CSharp) Méthode

GetRolesForUser() public méthode

public GetRolesForUser ( string username ) : string[]
username string
Résultat string[]
        public override string[] GetRolesForUser(string username)
        {
            throw new NotImplementedException();
        }