/dotnet/Api/SyncRegions.cs

http://sigma-h.googlecode.com/ · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · a286838f97dc47889a5711d232eb9a40 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using JsonExSerializer;
  6. namespace ActivityInfo.Api
  7. {
  8. public class SyncRegions
  9. {
  10. public List<SyncRegion> List { get; set; }
  11. }
  12. }