Esempio n. 1
0
 public User addInstrument(Instrument instrument) {
   instrument.save();
   instruments.add(instrument);
   return this;
 }