Ejemplo n.º 1
0
 public static List <Serie> List(string y)
 {
     try
     {
         return(SerieDAO.listSerie(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Liste Impossible", ex);
     }
 }