From 0444c1b86782a636c1f497916ff8499b7231d94a Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Mon, 13 Feb 2017 13:27:32 +0100 Subject: [PATCH] =?UTF-8?q?Oszt=C3=A1ly=20hozz=C3=A1adva?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Orarend/Osztály.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Orarend/Osztály.cs 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; } + } +}