Preview:
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Data.Common;
using System.Linq;
using System.Threading.Tasks;

namespace GoodTimes.Models
{
    public class Menukaart
    {
        public int Id { get; set; }
        [Required]
        public string Naam { get; set; }

        public List<Categorie> Categories { get; set; }
    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter