コード例 #1
0
 public Task <int> DeleteFeeAsync(Fee fee)
 {
     // Delete a fee.
     return(connection.DeleteAsync(fee));
 }