Пример #1
0
 public int valorTotalAtributos(Atributo atr1, Atributo atr2, Atributo atr3)
 {
     return(atr1.Valor + atr2.Valor + atr3.Valor);
 }