Ejemplo n.º 1
0
 public static Serie One(Int32 y)
 {
     try
     {
         return(SerieDAO.oneSerie(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Retour Impossible", ex);
     }
 }