Esempio n. 1
0
 public IEnumerable <Genre> GetByIds(IEnumerable <int> ids)
 {
     try
     {
         return(_genreDao.GetByIds(ids).ToArray());
     }
     catch
     {
         throw;
     }
 }