Blog.Services.Helpers.Rest.CommunityRestResource.Delete C# (CSharp) Méthode

Delete() public méthode

public Delete ( int communityId, string authenticationToken ) : bool
communityId int
authenticationToken string
Résultat bool
        public bool Delete(int communityId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }