Mehrere San einträge können erstellt werden

This commit is contained in:
Husky
2018-06-30 22:41:02 +02:00
parent 94067efce2
commit c43f27eea0
7 changed files with 40 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB
{
public class SanierungCollection : List<Sanierung>
{
}
}