Exemple #1
0
 public Destination GetDestination(int id)
 {
     return(_destinationRepository.Get(id));
 }
Exemple #2
0
 public Destination GetDestination(ObjectId objectId)
 {
     return(destinationRepository.Get(objectId));
 }