Trace view model was changed
This commit is contained in:
15
StructureHelperCommon/Infrastructures/Interfaces/ILogic.cs
Normal file
15
StructureHelperCommon/Infrastructures/Interfaces/ILogic.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using StructureHelperCommon.Models;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Base interface for logic
|
||||
/// </summary>
|
||||
public interface ILogic
|
||||
{
|
||||
/// <summary>
|
||||
/// Logger for tracing of actions
|
||||
/// </summary>
|
||||
IShiftTraceLogger? TraceLogger { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user