init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Client.SzirApi.Request
|
||||
{
|
||||
public class AdatszolgRequest
|
||||
{
|
||||
public string IntezmenyAzonosito { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
public int StatuszAllapot { get; set; }
|
||||
public List<FeladatEllatasiHelyRequest> FeladatEllatasiHelyek { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user