IDBCollection.cs 70 B

123456
  1. namespace ET.Server
  2. {
  3. public interface IDBCollection
  4. {
  5. }
  6. }