Exemplo n.º 1
0
    public bool revokeDelegate(string empID)
    {
        bool checkRevoke = delegateAuthorityController.revokeDelegate(empID);

        return(checkRevoke);
    }