BasicAuthForWebAPI.MembershipProviderAdapter.GetRolesForUser C# (CSharp) Метод

GetRolesForUser() публичный Метод

public GetRolesForUser ( string username ) : string[]
username string
Результат string[]
        public string[] GetRolesForUser(string username)
        {
            return Roles.GetRolesForUser(username);
        }