Ejemplo n.º 1
0
 public static async Task <IEnumerable <SpeedWagonContent> > Children(this IContentService contentService, SpeedWagonContent model)
 {
     return(await contentService.Children(model));
 }