init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
31
Kreta.DataAccessInterfaceGenerated/INaptariNap.cs
Normal file
31
Kreta.DataAccessInterfaceGenerated/INaptariNap.cs
Normal file
|
@ -0,0 +1,31 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface INaptariNap : IEntity
|
||||
{
|
||||
int /* DictionaryItem */ HetiRend { get; set; }
|
||||
int HetNapja { get; set; }
|
||||
int HetSorszama { get; set; }
|
||||
DateTime NapDatuma { get; set; }
|
||||
int? /* DictionaryItem */ NapTipusa { get; set; }
|
||||
bool? OrarendiNap { get; set; }
|
||||
int? /* DictionaryItem */ AlapHetiRend { get; set; }
|
||||
int? AlapHetNapja { get; set; }
|
||||
int? /* DictionaryItem */ AlapNapTipusa { get; set; }
|
||||
bool? AlapOrarendiNap { get; set; }
|
||||
|
||||
int AlapCsengetesiRendId { get; set; }
|
||||
ICsengetesiRend AlapCsengetesiRend { get; set; }
|
||||
int AktivCsengetesiRendId { get; set; }
|
||||
ICsengetesiRend AktivCsengetesiRend { get; set; }
|
||||
int IntezmenyId { get; set; }
|
||||
IIntezmeny Intezmeny { get; set; }
|
||||
int TanevId { get; set; }
|
||||
ITanev Tanev { get; set; }
|
||||
|
||||
IReadOnlyList<ITanitasiOra> TanitasiOra { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue