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

13 lines
193 B
C#

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