init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user