6 lines
120 B
C#
6 lines
120 B
C#
namespace T3.Core.Logging;
|
|
|
|
public interface IGuidPathContainer
|
|
{
|
|
public IReadOnlyList<Guid> InstancePath { get; }
|
|
} |