Skip to content

Instantly share code, notes, and snippets.

@bpatra
Created December 5, 2020 20:58
Show Gist options
  • Save bpatra/bf8030ce120e9896182fc378a1b6e25d to your computer and use it in GitHub Desktop.
Save bpatra/bf8030ce120e9896182fc378a1b6e25d to your computer and use it in GitHub Desktop.
class DesignSummaryTabViewModel : ISummaryTabViewModel
{
public string Name { get { return "Raymond Domenech"; } }
public int Age { get { return 62; } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment