Ejemplo n.º 1
0
 public bool Insertar(Allergy a)
 {
     return(allergyRepository.Insertar(a));
 }