Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 10, 2019 15:05
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 bjoerntx/6100c952e8a6b1ed0d581ba14187a3cb to your computer and use it in GitHub Desktop.
Save bjoerntx/6100c952e8a6b1ed0d581ba14187a3cb to your computer and use it in GitHub Desktop.
public class Report
{
public string name { get; set; }
public string company { get; set; }
public string blank { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment