Ejemplo n.º 1
0
 public IEnumerable <Allergy> GetAll()
 {
     return(allergyRepository.GetAll());
 }