init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
34
Kreta.DataAccessInterfaceGenerated/IOraFile.cs
Normal file
34
Kreta.DataAccessInterfaceGenerated/IOraFile.cs
Normal file
|
@ -0,0 +1,34 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IOraFile : IEntity
|
||||
{
|
||||
bool IsTanuloLathato { get; set; }
|
||||
DateTime OraDatum { get; set; }
|
||||
int /* DictionaryItem */ OraFileTipusId { get; set; }
|
||||
DateTime? OraIdopont { get; set; }
|
||||
int? Oraszam { get; set; }
|
||||
string Megjegyzes { get; set; }
|
||||
|
||||
int OrarendiOraId { get; set; }
|
||||
IOrarendiOra OrarendiOra { get; set; }
|
||||
int TanitasiOraId { get; set; }
|
||||
ITanitasiOra TanitasiOra { get; set; }
|
||||
int TantargyId { get; set; }
|
||||
ITantargy Tantargy { get; set; }
|
||||
int DKT_FileId { get; set; }
|
||||
IDKT_File DKT_File { get; set; }
|
||||
int AlkalmazottId { get; set; }
|
||||
IAlkalmazott Alkalmazott { get; set; }
|
||||
int OsztalyCsoportId { get; set; }
|
||||
IOsztalyCsoport OsztalyCsoport { get; set; }
|
||||
int IntezmenyId { get; set; }
|
||||
IIntezmeny Intezmeny { get; set; }
|
||||
int TanevId { get; set; }
|
||||
ITanev Tanev { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue