Files
BeWoPlaner/Shared/Interface/ISupportConcept.cs
2025-08-27 11:11:04 +02:00

13 lines
192 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BS.Shared.Interface
{
internal class ISupportConcept
{
}
}