init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.Beiratkozas.Models
|
||||
{
|
||||
public class KirSzinkronModel
|
||||
{
|
||||
public int TelephelyId { get; set; }
|
||||
|
||||
public List<KirSzinkronNebuloModel> Nebulok { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user