Auftraggeber Datenbank hinzugefügt

This commit is contained in:
Husky
2019-07-12 08:27:09 +02:00
parent 44141e37e5
commit 7e40ad1850
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB
{
/// <summary>
///
/// </summary>
public class AuftraggeberListCollection : List<Auftraggeber>
{
}
}