namespace NetinaShop.Domain.DocumentEntities.Settings; public class OrderingSetting { public bool HasCashPayment { get; set; } }