Textfilewriter erstellt

This commit is contained in:
Husky
2021-02-25 10:52:43 +01:00
parent 709f16ad47
commit f07978ce04
3 changed files with 34 additions and 11 deletions

View File

@@ -3,6 +3,6 @@ using Models;
namespace ProtokollWriterContract {
public interface IProtokollWriter {
void WriteProtokoll(Inspektionsobjekt inspektionsobjekt);
void WriteProtokoll(Inspektionsobjekt inspektionsobjekt,uint prüfungsnummer);
}
}
}