13 lines
276 B
C#
13 lines
276 B
C#
namespace Kreta.Naplo.Domain.V3.Ertekeles
|
|
{
|
|
public class ErtekelesResponse
|
|
{
|
|
public int? OsztalyzatTipus { get; set; }
|
|
|
|
public int? Szazalek { get; set; }
|
|
|
|
public string Szoveg { get; set; }
|
|
|
|
public int TipusId { get; set; }
|
|
}
|
|
}
|