Ejemplo n.º 1
0
 public void HandleKlantAangemaaktEvent(KlantAangemaaktEvent e)
 {
     _klantRepository.AddKlant(e.Klant);
 }