Ejemplo n.º 1
0
 public async Task AddAccount([FromBody] AddFinancialAccountDto dto)
 {
     await _financialService.AddAccountAsync(dto);
 }