Protokollwriter weitergeführt
Lässt sich noch nicht bauen!
This commit is contained in:
8
ProtokollWriterContract/IProtokollWriter.cs
Normal file
8
ProtokollWriterContract/IProtokollWriter.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using Models;
|
||||
|
||||
namespace ProtokollWriterContract {
|
||||
public interface IProtokollWriter {
|
||||
void WriteProtokoll(Inspektionsobjekt inspektionsobjekt);
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Models\Models.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user