public list fertig gestellt

This commit is contained in:
2023-08-01 14:20:27 +02:00
parent f4a0af33b0
commit 2f2524a5c4
7 changed files with 145 additions and 55 deletions

View File

@@ -0,0 +1,8 @@
namespace ConsoleApp3.Contracts
{
internal interface ICheckSevDesk
{
bool AlreadyKnown(string verkaufsnummer);
bool Write(string verkaufsnummer);
}
}