Skip to content

Instantly share code, notes, and snippets.

@brian-lim-42
Created July 13, 2015 22:18
Show Gist options
  • Save brian-lim-42/eac727e65feb2a96d000 to your computer and use it in GitHub Desktop.
Save brian-lim-42/eac727e65feb2a96d000 to your computer and use it in GitHub Desktop.
public class TestModel()
{
public string TestString {get; set;}
public int TestInt {get; set;}
public bool TestBool {get; set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment