Skip to content

Instantly share code, notes, and snippets.

@adrianbontea
Created January 15, 2017 20:01
Embed
What would you like to do?
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