Beispiel #1
0
 public IRider GetRider(string name)
 {
     return(Riders.Get(name));
 }