namespace IOL.GreatOffice.Api.Data.Database; public class Customer : BaseWithOwner { public string Name { get; set; } }