Beispiel #1
0
 public void Remove(Profession entity)
 {
     _professionRepository.Remove(entity);
 }