Berichte werden jetzt generiert, jedoch liegt es noch im bin datei dann
This commit is contained in:
14
SanShared/IMakeProtokol.cs
Normal file
14
SanShared/IMakeProtokol.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SanShared
|
||||
{
|
||||
public interface IMakeProtokol
|
||||
{
|
||||
Hashtable MakeProtokoll(string destinationPath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user