ISynchronizeShowEntity.cs 138 B

1234567
  1. namespace Core.Synchronize
  2. {
  3. public interface ISynchronizeShowEntity
  4. {
  5. public int synchronizeGuid { get; set; }
  6. }
  7. }