IDBCollection.cs 88 B

12345678
  1. #if DOTNET
  2. namespace ET.Server
  3. {
  4. public interface IDBCollection
  5. {
  6. }
  7. }
  8. #endif