Files
FlyTeam/SkyTeam/PilotenRepo.cs
2026-02-03 13:31:40 +01:00

13 lines
177 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SkyTeam
{
class PilotenRepo
{
}
}