public bool HasContentNodes(int id)
 {
     return(_contentTypeService.HasContentNodes(id));
 }
Exemplo n.º 2
0
 public bool HasContentNodes(int id) => _contentTypeService.HasContentNodes(id);