Skip to content

Instantly share code, notes, and snippets.

@adrianbontea
Created January 15, 2017 20:01
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 adrianbontea/60b4abd4d04afe9a2e23b7db8d904057 to your computer and use it in GitHub Desktop.
Save adrianbontea/60b4abd4d04afe9a2e23b7db8d904057 to your computer and use it in GitHub Desktop.
namespace ClassLibraryNetStandard
{
public class Test
{
public string SomeProperty { get; set; }
public string SomeOtherProperty { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment