Ejemplo n.º 1
0
 public async Task <SpecificSharedStepResponse> GetSpecificSharedStepAsync(string code, string hash)
 {
     return(await _api.GetSpecificSharedStep(_api_token, code, hash));
 }