Пример #1
0
 public static Serie Save(Serie y)
 {
     try
     {
         return(SerieDAO.saveSerie(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Insertion Impossible", ex);
     }
 }