Exemple #1
0
 public IEnumerable <Diagnosis> GetAllEntities()
 {
     return(diagnosisRepository.GetAllEntities());
 }