Example #1
0
 public Athlete(AthleteLog log)
 {
     this.log = log;
 }
Example #2
0
 public void SetLog(AthleteLog log)
 {
     this.log = log;
 }