コード例 #1
0
 public async Task DeleteRelease(int id)
 {
     await _client.DeleteReleaseAsync(Credentials.PROJECT, id);
 }