1 2 3 4 5 6 7
namespace IOL.GreatOffice.Api.Data.Database; public class Customer : BaseWithOwner { public string Name { get; set; } }