UserYunosGetResponse.cs 244 B

1234567891011121314
  1. using System;
  2. using System.Xml.Serialization;
  3. using System.Collections.Generic;
  4. namespace Top.Api.Response
  5. {
  6. /// <summary>
  7. /// UserYunosGetResponse.
  8. /// </summary>
  9. public class UserYunosGetResponse : TopResponse
  10. {
  11. }
  12. }