Esempio n. 1
0
 public async Task <WhatIsYourTokenResponse> WhatIsYourTokenAsync(WhatIsYourTokenRequest request)
 {
     return(await Task.Run <WhatIsYourTokenResponse>(() => new WhatIsYourTokenResponse(Constants.Token)));
 }
Esempio n. 2
0
 public WhatIsYourTokenResponse WhatIsYourToken(WhatIsYourTokenRequest request)
 {
     return(new WhatIsYourTokenResponse(Constants.Token));
 }