12 lines
376 B
C#
12 lines
376 B
C#
using Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Co.Enum;
|
|
using Kreta.Enums;
|
|
|
|
namespace Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Co.Post.Ertekeles
|
|
{
|
|
public class ErtekelesRequestCo
|
|
{
|
|
public NaploEnumCo<OsztalyzatTipusEnum> OsztalyzatTipus { get; set; }
|
|
public int? Szazalek { get; set; }
|
|
public string Szoveg { get; set; }
|
|
}
|
|
}
|