コード例 #1
0
 private bool CustomerExists(SharedOrders orders)
 {
     return(messagePublisher.PublishCustomerExists(orders.customerId));
 }