Blog.Services.Helpers.Rest.HobbyRestResource.Delete C# (CSharp) Method

Delete() public method

public Delete ( int hobbyId, string authenticationToken ) : bool
hobbyId int
authenticationToken string
return bool
        public bool Delete(int hobbyId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }