init
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user