init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class AdminDashboardAbstarctModel
|
||||
{
|
||||
public string IntezmenyNev { get; set; }
|
||||
|
||||
public string IntezmenyAzonosito { get; set; }
|
||||
|
||||
public string IntezmenyAlternativAzonosito { get; set; }
|
||||
|
||||
public string TanevNev { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user