init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
13
Kreta.Client/CoreApi/Request/DKTFeladatDeleteRequest.cs
Normal file
13
Kreta.Client/CoreApi/Request/DKTFeladatDeleteRequest.cs
Normal file
|
@ -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; }
|
||||
}
|
||||
}
|
29
Kreta.Client/CoreApi/Request/DKTFeladatInsertRequest.cs
Normal file
29
Kreta.Client/CoreApi/Request/DKTFeladatInsertRequest.cs
Normal file
|
@ -0,0 +1,29 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.Client.CoreApi.Request
|
||||
{
|
||||
public class DKTFeladatInsertRequest
|
||||
{
|
||||
public string IntezmenyGuid { get; set; }
|
||||
|
||||
public int TanevSorszam { get; set; }
|
||||
|
||||
public int AlkalmazottId { get; set; }
|
||||
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
public int? OsztalyId { get; set; }
|
||||
|
||||
public int? CsoportId { get; set; }
|
||||
|
||||
public DateTime OraDatum { get; set; }
|
||||
|
||||
public int? Oraszam { get; set; }
|
||||
|
||||
public DateTime? OraIdopont { get; set; }
|
||||
|
||||
public DateTime BeadasHatarido { get; set; }
|
||||
|
||||
public string Szoveg { get; set; }
|
||||
}
|
||||
}
|
19
Kreta.Client/CoreApi/Request/DKTFeladatUpdateRequest.cs
Normal file
19
Kreta.Client/CoreApi/Request/DKTFeladatUpdateRequest.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.Client.CoreApi.Request
|
||||
{
|
||||
public class DKTFeladatUpdateRequest
|
||||
{
|
||||
public string IntezmenyGuid { get; set; }
|
||||
|
||||
public int TanevSorszam { get; set; }
|
||||
|
||||
public int AlkalmazottId { get; set; }
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
public DateTime BeadasHatarido { get; set; }
|
||||
|
||||
public string Szoveg { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue