コード例 #1
0
 public Symptom Save(Symptom entity)
 {
     return(_symptomService.Save(entity));
 }