Time.cs 170 B

12345678
  1. namespace AdaptTablet.ErgastAPI.Model.Time
  2. {
  3. public class Time
  4. {
  5. public string Millis { get; set; }
  6. public string TheTime { get; set; }
  7. }
  8. }