Files
FlyTeam/SkyTeam/PilotenRepo.cs
younes elhaddoury 72cb729d7a fix problems
2026-01-30 10:14:40 +01:00

13 lines
195 B
C#

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