Beispiel #1
0
 public void DeleteEntity(Doctor entity)
 {
     doctorRepository.DeleteEntity(entity);
 }