添加项目文件。

This commit is contained in:
GG Z
2024-01-08 09:30:50 +08:00
commit 1ccc4b3047
85 changed files with 5904 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System;
using KGdev.BI3D.Revit.Common.Models;
namespace KGdev.BI3D.Revit.Common
{
public interface IElementIdProvider
{
string GetElementId(LinkedElementIdPath elementIdPath);
}
}