Public Class DirectPurchaseInvoiceTestHelper
Public Sub DeleteDirectPurchaseInvoice(entryId As Object)
With BusinessComponent.Create(_env.EnvironmentByType, "PurchaseInvoiceEntry")
.Delete(entryId)
End with
End Sub
End Class