Blog.Services.Helpers.Rest.HobbyRestResource.Delete C# (CSharp) Метод

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

public Delete ( int hobbyId, string authenticationToken ) : bool
hobbyId int
authenticationToken string
Результат bool
        public bool Delete(int hobbyId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }