using System; namespace EFCore.Jet.Integration.Test.Model04 { public class Car { public int Id { get; set; } public string Name { get; set; } } }