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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user