Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created May 16, 2020 19:20
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 gdyrrahitis/a1e51ebfdf285bb3f39f52c7af859501 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/a1e51ebfdf285bb3f39f52c7af859501 to your computer and use it in GitHub Desktop.
public class LogCommand : IRequest<Unit>
{
public Guid Id { get; set; }
public string Message { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment