Exemplo n.º 1
0
 public IQueryable <SitemapRow> GetSitemap(string historyRowId)
 {
     return(_smRepo.GetAll().Where(i => i.HistoryRowId == historyRowId));
 }
Exemplo n.º 2
0
 public IQueryable <HistoryRow> GetHistory()
 {
     return(_historyRepo.GetAll());
 }