示例#1
0
 public async Task DepositAsync(Guid toAccountId, string currencyName, decimal value)
 {
     await operationService.DepositForAdminAsync(Guid.Parse(User.Identity.Name), toAccountId, currencyName,
                                                 value);
 }