Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 16, 2024 06:35
public class Product
{
public DateTime? DateField {get;set;};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment