Add converting primitives and calculators
This commit is contained in:
15
DataAccess/DTOs/Converters/IHasForceActionsProcessLogic.cs
Normal file
15
DataAccess/DTOs/Converters/IHasForceActionsProcessLogic.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperCommon.Models;
|
||||
|
||||
namespace DataAccess.DTOs
|
||||
{
|
||||
public interface IHasForceActionsProcessLogic
|
||||
{
|
||||
Dictionary<(Guid id, Type type), ISaveable> ReferenceDictionary { get; set; }
|
||||
IHasForceActions Source { get; set; }
|
||||
IHasForceActions Target { get; set; }
|
||||
IShiftTraceLogger TraceLogger { get; set; }
|
||||
|
||||
void Process();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user