예제 #1
0
 public async Task UpdateBanco([FromBody] Banco banco)
 {
     await bancoRepository.UpdateBanco(banco);
 }