Skip to content

Instantly share code, notes, and snippets.

@NeelBhatt
Created June 9, 2020 18:03
Embed
What would you like to do?
public interface IOperation
{
Guid Id { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment