Example #1
0
 public Location GetLocation(int locationID)
 {
     return(repo.GetLocation(locationID));
 }