Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

13 linhas
249 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. namespace JT808.Gateway.SimpleQueueNotification.Configs
  6. {
  7. public class AuthOptions
  8. {
  9. public string SuperToken { get; set; }
  10. }
  11. }