init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
KretaWeb/Models
10
KretaWeb/Models/IskolaorAdatModel.cs
Normal file
10
KretaWeb/Models/IskolaorAdatModel.cs
Normal file
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue