public void SetNetworkEndpointTransactionInfo(string transactionId, string networkId, EndpointVersionType networkEndpointVersion,
                                               string networkEndpointUrl, string networkFlowName, string networkFlowOperation,
                                               string endpointUsername)
 {
     TransactionDao.SetNetworkEndpointTransactionInfo(transactionId, networkId, networkEndpointVersion,
                                                      networkEndpointUrl, networkFlowName, networkFlowOperation,
                                                      endpointUsername);
 }