예제 #1
0
 public List <Experience> AllExperiencesWithLocations()
 {
     return(_ExperienceRepository.AllExperiencesWithLocations());
 }