Files
2022-04-20 15:15:09 +02:00

13 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB.Collections
{
public class Projekte : List<Projekt>
{
}
}