ISerializeToEntity.cs 66 B

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