Auftraggeber Datenbank hinzugefügt

This commit is contained in:
Husky
2019-07-12 08:27:09 +02:00
parent 63cc7cbdf0
commit a75b69175c
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>
{
}
}