Armory.Security.Providers.EntityFrameworkRoleProvider.RoleExists C# (CSharp) Метод

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

public RoleExists ( string roleName ) : bool
roleName string
Результат bool
        public override bool RoleExists(string roleName)
        {
            throw new NotImplementedException();
        }