Files
BeWoPlaner/Shared/DataContracts/AddressDC.cs
2025-05-16 11:57:21 +02:00

13 lines
207 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BS.Shared.DataContracts
{
public class AddressDC : BeWoDataContract
{
}
}