ISerializeToEntity.cs 62 B

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