Beispiel #1
0
 public void Delete(int id)
 {
     try
     {
         flightDAO.Delete(id);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }