Esempio n. 1
0
 public static void Delete(decimal idVehiculo)
 {
     try
     {
         DALVehiculo.Delete(idVehiculo);
     }
     catch (Exception)
     {
         throw;
     }
 }