Exemplo n.º 1
0
 public Task SetFeeRateAsync(int feePerByte)
 {
     return(_storage.InsertOrReplaceAsync(FeeRateEntity.Create(feePerByte)));
 }