Esempio n. 1
0
 public string Execute(SportsmanCommand command)
 {
     return(name + " : " + command.execute(this));
 }
Esempio n. 2
0
 public string execute(SportsmanCommand cmd)
 {
     return(Name + ": " + cmd.execute(this));
 }