Klasst erstellen
This commit is contained in:
22
SkyTeam/pilot.cs
Normal file
22
SkyTeam/pilot.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SkyTeam
|
||||
{
|
||||
internal class pilot
|
||||
{
|
||||
private int id { get; set; }
|
||||
private string vorname { get; set; }
|
||||
private string nachname { get; set; }
|
||||
private float flugerfahrung { get; set; }
|
||||
private float groesse { get; set; }
|
||||
private float bewertung { get; set; }
|
||||
private List <string> sprachen { get; set; }
|
||||
private DateTime alter { get; set; }
|
||||
private string gender { get; set; }
|
||||
private Boolean istVerfuegbar { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user