Skip to content

Instantly share code, notes, and snippets.

@garunski
Created April 26, 2016 00:05
Show Gist options
  • Select an option

  • Save garunski/ede26d646297b8f24c8a045bc13ed252 to your computer and use it in GitHub Desktop.

Select an option

Save garunski/ede26d646297b8f24c8a045bc13ed252 to your computer and use it in GitHub Desktop.
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