Esempio n. 1
0
 public static bool AddArea(Area newArea)
 {
     try
     {
         return(AreaDAL.AddArea(newArea));
     }
     catch (Exception ex)
     {
         throw new EvolutionBusinessLogic.Exceptions.EvolutionException(ex.Message, ex.InnerException);
     }
 }