Ejemplo n.º 1
0
 public List <Tag> GetList()
 {
     return(_tagServices.GetIncludes(p => p.ArticleTags).ToList());
 }