Skip to content

Instantly share code, notes, and snippets.

@Rookian
Last active May 12, 2016 14:18
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 Rookian/7c5f559f9b4e36ca7dbb069d7a675e0a to your computer and use it in GitHub Desktop.
Save Rookian/7c5f559f9b4e36ca7dbb069d7a675e0a to your computer and use it in GitHub Desktop.
ViewModel with inheritance
public class ViewModel : InputModel
{
public bool ShowSaveButton { get; set; }
public string Customer { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment