Files
2024-03-13 00:33:46 +01:00

14 lines
312 B
C#

using System.Collections.Generic;
namespace Kreta.Naplo.Domain.V3.Tanar
{
public class BeallitasokResponse
{
public bool ElozoOranHianyzoAjanlasa { get; set; }
public int NapiSzamonkeresLimit { get; set; }
public List<int> LimitaltSzamonkeresekTipusai { get; set; }
}
}