Ejemplo n.º 1
0
 private void Approve(NewCustomerCommand item)
 {
     // Interact w/ the databse and use external services to process a new purchase order request
 }
Ejemplo n.º 2
0
 private void Print(NewCustomerCommand item)
 {
     Console.WriteLine($"New customer request: {item.Name} in business: {item.BusinessDomain}");
 }