Beispiel #1
0
 public SwimTime GetSwimTimeByID(int id)
 {
     return(Repository.GetSwimTimeByID(id));
 }