Osztály hozzáadva

This commit is contained in:
Norbi Peti 2017-02-13 13:27:32 +01:00
parent 892c6e85da
commit 0444c1b867

14
Orarend/Osztály.cs Normal file
View file

@ -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; }
}
}