Blacksmith.Tests.ClientTests.TestClient.Delete C# (CSharp) 메소드

Delete() 보호된 메소드

protected Delete ( string endpoint ) : string
endpoint string
리턴 string
            protected override string Delete(string endpoint)
            {
                return DeleteResponse(endpoint);
            }