예제 #1
0
 public async Task <int> AddWallet(AddWalletRequest request)
 {
     return(await _walletService.AddWalletAsync(request.ToDto(UserId)));
 }