Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 21, 2023 10:49
public class ProductViewModel
{
public required string Name { get; set; };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment