Skip to content

Instantly share code, notes, and snippets.

@NeelBhatt
Created June 9, 2020 18:03
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 NeelBhatt/e54c584c92204138a3fb3a8d755b458b to your computer and use it in GitHub Desktop.
Save NeelBhatt/e54c584c92204138a3fb3a8d755b458b to your computer and use it in GitHub Desktop.
public interface IOperation
{
Guid Id { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment