diff --git a/Orarend/Osztály.cs b/Orarend/Osztály.cs new file mode 100644 index 0000000..6f277fd --- /dev/null +++ b/Orarend/Osztály.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Orarend +{ + public class Osztály + { + public string Azonosító { get; set; } + public string Név { get; set; } + } +}