Files
SewerGenerator/Shared/Domain/Manhole.cs
2023-03-17 14:23:10 +01:00

13 lines
187 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.Domain
{
internal class Manhole
{
}
}