Example #1
0
 public IEnumerable <LibraryItem> GetAll()
 {
     return(commonDAO.GetAllLibraryItems());
 }