init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IDictionaryItemBaseNyelv : IEntity
|
||||
{
|
||||
string Name { get; set; }
|
||||
string Name_1 { get; set; }
|
||||
string Name_2 { get; set; }
|
||||
string Name_3 { get; set; }
|
||||
string Name_4 { get; set; }
|
||||
int /* DictionaryItem */ NyelvId { get; set; }
|
||||
string ShortName { get; set; }
|
||||
|
||||
int DictionaryItemBaseId { get; set; }
|
||||
IDictionaryItemBase DictionaryItemBase { get; set; }
|
||||
int IntezmenyId { get; set; }
|
||||
IIntezmeny Intezmeny { get; set; }
|
||||
int TanevId { get; set; }
|
||||
ITanev Tanev { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user