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