Beispiel #1
0
 public async Task <IActionResult> GetCurrentWalletAsync()
 => Ok(await ServerAccessor.GetWalletByOwnerIdAsync(ConnectionManager.GetCurrentUserId()));