Пример #1
0
 public async Task <WhatIsYourTokenResponse> WhatIsYourTokenAsync(WhatIsYourTokenRequest request)
 {
     return(await Task.Run <WhatIsYourTokenResponse>(() => new WhatIsYourTokenResponse(Constants.Token)));
 }
Пример #2
0
 public WhatIsYourTokenResponse WhatIsYourToken(WhatIsYourTokenRequest request)
 {
     return(new WhatIsYourTokenResponse(Constants.Token));
 }