init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Kreta.Web.Models
|
||||
{
|
||||
public class IskolaorAdatModel
|
||||
{
|
||||
public int IskolaorID { get; set; }
|
||||
public string IskolaorIdpAzonosito { get; set; }
|
||||
public string IskolaorNev { get; set; }
|
||||
public string IskolaorTelefonszam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user