Add trace crack result
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
//Copyright (c) 2025 Redikultsev Evgeny, Ekaterinburg, Russia
|
||||
//All rights reserved.
|
||||
|
||||
namespace StructureHelperCommon.Models
|
||||
{
|
||||
public interface ITraceCollectionLogic<T> : ITraceEntityLogic
|
||||
{
|
||||
IEnumerable<T>? Collection { get; set; }
|
||||
int Priority { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user