TestService.GetLatest C# (CSharp) Method

GetLatest() private method

private GetLatest ( ) : HttpResponseMessage,
return HttpResponseMessage,
	public HttpResponseMessage GetLatest()
	{
		return new HttpResponseMessage<Product>(this.products.Last());
	}