init
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Ellenorzo.Dao.VN.FeltoltottFajl
|
||||
{
|
||||
public class FileKeresesRequestDao
|
||||
{
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
|
||||
public DateTime? DatumTol { get; set; }
|
||||
|
||||
public DateTime? DatumIg { get; set; }
|
||||
|
||||
public int? TanarHelyettesitoId { get; set; }
|
||||
|
||||
public int? OsztalyCsoportId { get; set; }
|
||||
|
||||
public int? TantargyId { get; set; }
|
||||
|
||||
public string FajlNeve { get; set; }
|
||||
|
||||
public int? FoglalkozasId { get; set; }
|
||||
|
||||
public int? OrarendiOraId { get; set; }
|
||||
|
||||
public int? OrarendiOraGroupId { get; set; }
|
||||
|
||||
public int? TanitasiOraId { get; set; }
|
||||
|
||||
public int OraFileTipusId { get; set; }
|
||||
|
||||
public int? IsOnlineOra { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user