Example #1
0
 public static bool Delete(long id)
 {
     try
     {
         return(TaxeDao.getDeleteTaxe(id));
     }
     catch (Exception ex)
     {
         throw new Exception("Impossible de supprimer cette enregistrement", ex);
     }
 }