Ejemplo n.º 1
0
 public async Task <IActionResult> GetAccountAsync(Guid id)
 {
     return(Ok(await _accountQueries.GetAccountById(id)));
 }