Exemple #1
0
 public async Task <ActionResult <Wallet> > CreateWallet(CreateWalletCommand command)
 {
     return(await _walletWriteService.CreateWallet(command));
 }