Skip to content

Instantly share code, notes, and snippets.

@vcavalcante
Created September 19, 2017 19:47
Show Gist options
  • Save vcavalcante/893ebcabeac67b3952ea64e291a5875c to your computer and use it in GitHub Desktop.
Save vcavalcante/893ebcabeac67b3952ea64e291a5875c to your computer and use it in GitHub Desktop.
public class City
public virtual int Id get; set;
public virtual long Population get; set;
public virtual string Name get; set;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment