Klasst erstellen
This commit is contained in:
20
SkyTeam/Fluge.cs
Normal file
20
SkyTeam/Fluge.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SkyTeam
|
||||
{
|
||||
internal class Fluge
|
||||
{
|
||||
private int id { get; set; }
|
||||
private string abflugort { get; set; }
|
||||
private string zielort { get; set; }
|
||||
private DateTime abflugdatum { get; set; }
|
||||
private DateTime ankunftsdatum { get; set; }
|
||||
private string flugnummer { get; set; }
|
||||
private decimal preis { get; set; }
|
||||
private DateTime created { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user