/dotnet/Api/SyncRegion.cs

http://sigma-h.googlecode.com/ · C# · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · 5e47f120c23ffa6781af0eeaf6d62731 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 SyncRegion
  9. {
  10. public string Id { get; set; }
  11. public bool Required { get; set; }
  12. }
  13. }