Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created June 10, 2016 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/3f0b03954badd304ea68628d87b5680f to your computer and use it in GitHub Desktop.
Save dcomartin/3f0b03954badd304ea68628d87b5680f to your computer and use it in GitHub Desktop.
Console.WriteLine("Input: ");
var input = Console.ReadLine();
var command = new HelloWorld {Input = input};
mediator.Enqueue(command);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment