Exemple #1
0
 protected override IEnumerable <IContentTypeBase> GetChildren(IContentTypeBase contentType)
 {
     return(_service.GetMediaTypeChildren(contentType.Id));
 }