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