Esempio n. 1
0
 public IEnumerable <PracticeType> GetPracticeTypes()
 {
     return(_practiceTypeRepository.GetAll().ToList());
 }