init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
31
KretaWeb/Areas/Hianyzas/Helpers/MulasztasokHelper.cs
Normal file
31
KretaWeb/Areas/Hianyzas/Helpers/MulasztasokHelper.cs
Normal file
|
@ -0,0 +1,31 @@
|
|||
using System.Collections.Generic;
|
||||
using Kreta.BusinessLogic.Classes.ComboBox;
|
||||
using Kreta.BusinessLogic.HelperClasses;
|
||||
using Kreta.Enums;
|
||||
using Kreta.Framework.Util;
|
||||
using Kreta.Web.Areas.Hianyzas.Models;
|
||||
using Kreta.Web.Security;
|
||||
|
||||
namespace Kreta.Web.Areas.Hianyzas.Helpers
|
||||
{
|
||||
public class MulasztasokHelper
|
||||
{
|
||||
|
||||
public static MulasztasokCo ConvertNaploNezetMulasztasokSaveModelToCo(MulasztasokSaveModel model)
|
||||
{
|
||||
MulasztasokCo co = new MulasztasokCo
|
||||
{
|
||||
ID = model.ID,
|
||||
MulTip = model.MulasztasTipus,
|
||||
TanuloId = model.TanuloId,
|
||||
OraId = model.TanitasiOraId,
|
||||
KesIdo = model.KesesIdotartama,
|
||||
Igazolt = model.Igazolt,
|
||||
IgazolasTipus = model.IgazolasTipus,
|
||||
Megjegyzes = model.Megjegyzes,
|
||||
};
|
||||
|
||||
return co;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue