init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Kreta.Client.CoreApi.Request
|
||||
{
|
||||
public class DKTFeladatDeleteRequest
|
||||
{
|
||||
public string IntezmenyGuid { get; set; }
|
||||
|
||||
public int TanevSorszam { get; set; }
|
||||
|
||||
public int AlkalmazottId { get; set; }
|
||||
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user