Esempio n. 1
0
 public void DeleteEntity(Manager entity)
 {
     managerRepository.DeleteEntity(entity);
 }