Osztály hozzáadva
This commit is contained in:
parent
892c6e85da
commit
0444c1b867
1 changed files with 14 additions and 0 deletions
14
Orarend/Osztály.cs
Normal file
14
Orarend/Osztály.cs
Normal 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; }
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue