Created
July 13, 2015 22:18
-
-
Save brian-lim-42/eac727e65feb2a96d000 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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