Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

AuthorizationSettings.cs 145B

1234567
  1. namespace Diligent.WebAPI.Business.Settings
  2. {
  3. public class AuthorizationSettings
  4. {
  5. public string Secret { get; set; }
  6. }
  7. }