Example #1
0
 public bool Update()
 {
     try
     {
         return(TaxeDao.getUpdateTaxe(taxe));
     }
     catch (Exception ex)
     {
         throw new Exception("Impossible de modifier cette enregistrement", ex);
     }
 }