/dotnet/Api/SyncRegions.cs
http://sigma-h.googlecode.com/ · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · a286838f97dc47889a5711d232eb9a40 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using JsonExSerializer;
-
- namespace ActivityInfo.Api
- {
- public class SyncRegions
- {
- public List<SyncRegion> List { get; set; }
- }
- }