Example #1
0
 public void When(RejectReservation command)
 {
     Console.WriteLine($"\t---Handling {command.GetType().Name}---");
 }