init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
using System.Collections.Generic;
|
||||
using Kreta.BusinessLogic.HelperClasses;
|
||||
|
||||
namespace Kreta.BusinessLogic.Logic.Naplozas.Elokeszites
|
||||
{
|
||||
public class DigitalisOktatasAdatok
|
||||
{
|
||||
public int? DigEszkozTipusId { get; set; }
|
||||
public int? DigPlatformTipusId { get; set; }
|
||||
public List<int> DigTamEszkozTipusList { get; set; }
|
||||
|
||||
internal void Fill(TanoraCO co)
|
||||
{
|
||||
DigEszkozTipusId = co.DigEszkozTipusId;
|
||||
DigPlatformTipusId = co.DigPlatformTipusId;
|
||||
DigTamEszkozTipusList = co.DigTamEszkozTipusIdList;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue