CTT/Server/Model/Module/DB/IDBCollection.cs

6 lines
63 B
C#
Executable File

namespace ET
{
public interface IDBCollection
{
}
}