Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created December 22, 2022 07:42
public partial class Person
{
public string Name { get; set; }
public int Age { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment