Ejemplo n.º 1
0
 protected override IEnumerable <IContentTypeBase> GetChildren(IContentTypeBase contentType)
 {
     return(_service.GetContentTypeChildren(contentType.Id));
 }