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