Exemplo n.º 1
0
 public void EditEvenement(Evenement oldEvenement, Evenement newEvenement)
 {
     evenementRepo.Set(oldEvenement, newEvenement);
 }