Files
Kanalsanierungsverwaltung/SanSystem/SanShared/BerichtWorker.cs
2022-04-20 15:15:09 +02:00

14 lines
197 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SanShared
{
public class BerichtWorker
{
}
}