0
respostas

Faça como eu fiz: refatorando uma função

public int Somar(int a, int b) => a + b;