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