Referenzen entfernt

This commit is contained in:
2023-04-11 19:56:36 +02:00
parent c4fd240f59
commit 1c3e3c876b
13 changed files with 31 additions and 103 deletions

View File

@@ -1,14 +0,0 @@
using Shared.Contracts;
using Shared.Domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SewerStammGen.Shared.Contracts
{
public interface IProjektDataService : IDataService<Projekt>
{
}
}