예제 #1
0
 public void PasWedtrijdAan(Wedstrijd bestaandeWedstrijd, Wedstrijd currentWedstrijdCopy)
 {
     if (ValidateWedstrijd(currentWedstrijdCopy))
     {
         _dataBaseRepository.PasWedstrijdAan(bestaandeWedstrijd, currentWedstrijdCopy);
         Message.SetMessageHeader($"Wedstijd {bestaandeWedstrijd.NaamToString} is aangepast");
     }
 }