2025-07-17 18:26:28 +08:00

6 lines
70 B
C#

namespace ET.Server
{
public interface IDBCollection
{
}
}