IDBCollection.cs 66 B

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