Files
BeWoPlaner/Service/ServiceContracts/IService.cs
2025-03-19 09:35:01 +01:00

13 lines
197 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeWo.Service.ServiceContracts
{
public interface IService
{
}
}