/dotnet/Api/SyncRegion.cs
http://sigma-h.googlecode.com/ · C# · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · 5e47f120c23ffa6781af0eeaf6d62731 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using JsonExSerializer;
-
- namespace ActivityInfo.Api
- {
- public class SyncRegion
- {
-
- public string Id { get; set; }
- public bool Required { get; set; }
- }
- }