13 lines
312 B
C#
13 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; }
|
|
}
|
|
}
|