init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
21
KretaWeb/Areas/Intezmeny/Models/IntezmenyInfoModel.cs
Normal file
21
KretaWeb/Areas/Intezmeny/Models/IntezmenyInfoModel.cs
Normal file
|
@ -0,0 +1,21 @@
|
|||
namespace Kreta.Web.Areas.Intezmeny.Models
|
||||
{
|
||||
public class IntezmenyInfoModel
|
||||
{
|
||||
public Info info { get; set; }
|
||||
|
||||
public class Info
|
||||
{
|
||||
public IntezmenyModel intezmenyInfoModel { get; set; }
|
||||
public Info(IntezmenyModel intezmenyModel)
|
||||
{
|
||||
intezmenyInfoModel = intezmenyModel;
|
||||
}
|
||||
}
|
||||
|
||||
public IntezmenyInfoModel(IntezmenyModel intezmenyModel)
|
||||
{
|
||||
info = new Info(intezmenyModel);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue