コード例 #1
0
ファイル: QaseAPI.cs プロジェクト: qase-tms/qase-net-api
 public async Task <SharedStepResponse> DeleteSharedStepAsync(string code, string hash)
 {
     return(await _api.DeleteSharedStep(_api_token, code, hash));
 }