Created
April 26, 2016 00:05
-
-
Save garunski/ede26d646297b8f24c8a045bc13ed252 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
| namespace Admin.Models | |
| { | |
| public class Lodash | |
| { | |
| public int Id { get; set; } | |
| public string FunctionName { get; set; } | |
| public string ClassName { get; set; } | |
| public string Example { get; set; } | |
| public string Documentation { get; set; } | |
| public string Arguments { get; set; } | |
| public string Returns { get; set; } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment