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