Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created June 22, 2020 22:07
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 explorer14/a7613463477b6b99004a9a2e357f815b to your computer and use it in GitHub Desktop.
Save explorer14/a7613463477b6b99004a9a2e357f815b to your computer and use it in GitHub Desktop.
public interface IRetrieveRoverCommands
{
Task<IReadOnlyCollection<RoverCommandParameters>> GetAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment