示例#1
0
 public void DeleteById(Guid id)
 {
     treatmentRepository.DeleteById(id);
     treatmentRepository.Save();
 }