first working version of zugferd rest service
This commit is contained in:
9
WEBSERVICES/ZUGFeRDRESTService/ILogging.cs
Normal file
9
WEBSERVICES/ZUGFeRDRESTService/ILogging.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using DigitalData.Modules.Logging;
|
||||
|
||||
namespace ZUGFeRDRESTService
|
||||
{
|
||||
public interface ILogging
|
||||
{
|
||||
public LogConfig LogConfig { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user