Esempio n. 1
0
 public IEnumerable <Content> GetListContentsByCategory(int categoryId, Common.ContentStatus contentStatus)
 {
     return(_contentCategoryMapRepository.GetListMapContentsByCategory(categoryId, contentStatus).Select(n => n.Content).OrderByDescending(n => n.ContentId));
 }