示例#1
0
 void IPurchaseTransactionsCommand.CreatePurchaseResponse(Guid orderId, string transactionId, PurchaseResponse response)
 {
     response.Prepare();
     response.Validate();
     _repository.CreatePurchaseResponse(orderId, transactionId, response);
 }