init
This commit is contained in:
15
Kreta.DataAccessInterfaceGenerated/IDigPlatformTipus.cs
Normal file
15
Kreta.DataAccessInterfaceGenerated/IDigPlatformTipus.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IDigPlatformTipus : IDictionaryItemBase
|
||||
{
|
||||
int AlIntezmenyId { get; set; }
|
||||
IIntezmeny AlIntezmeny { get; set; }
|
||||
int AlTanevId { get; set; }
|
||||
ITanev AlTanev { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user