Skip to content

Instantly share code, notes, and snippets.

@justlev
Created September 30, 2018 21:20
Show Gist options
  • Select an option

  • Save justlev/fdb8ddefb57dacf3849b9ab9df7b27f3 to your computer and use it in GitHub Desktop.

Select an option

Save justlev/fdb8ddefb57dacf3849b9ab9df7b27f3 to your computer and use it in GitHub Desktop.
public interface IItem
{
string Id { get; }
string Title { get; }
string Description { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment