コード例 #1
0
ファイル: PageService.cs プロジェクト: yaplex/AtomicCms
 public IEnumerable <CmsPage> GetPagesWithTag(string tag)
 {
     return(_dataContext.GetPagesWithTag(tag));
 }