예제 #1
0
 public bool Save(Allergy entity)
 {
     return(allergyRepository.Save(entity));
 }