Exemplo n.º 1
0
 public void VeranderStatus(int bestellingId, StatusBestelling bestellingStatus) // John Bond 649770
 {
     try
     {
         bestellingDao.DB_Verander_Status(bestellingId, bestellingStatus);
     }
     catch (Exception)
     {
         throw new Exception("Chapoo (bestellingen) kan niet connecten met de database");
     }
 }