Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Created July 15, 2018 13:15
Show Gist options
  • Save tugcearar/53a6c0db65571dc67c1bf707c4f1d97f to your computer and use it in GitHub Desktop.
Save tugcearar/53a6c0db65571dc67c1bf707c4f1d97f to your computer and use it in GitHub Desktop.
public class Birds
{
public string Title { get; set; }
public string Description { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment