init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
17
Kreta.BusinessLogic/HelperClasses/SZIRStatCO.cs
Normal file
17
Kreta.BusinessLogic/HelperClasses/SZIRStatCO.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
using System;
|
||||
using Kreta.Enums.ManualEnums;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class SZIRStatCO
|
||||
{
|
||||
public int SzirStatTipusId { get; set; }
|
||||
public int FeladatellatasiHelyId { get; set; }
|
||||
public string FeladatellatasiHelyNev { get; set; }
|
||||
public int? SzirStatFileId { get; set; }
|
||||
public int? FileId { get; set; }
|
||||
public string FileNev { get; set; }
|
||||
public DateTime? FeltoltesDatuma { get; set; }
|
||||
public FileStatuszEnum Statusz { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue