Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='materialContextId'>
 /// </param>
 /// <param name='parentContextId'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 public static IList <LMSApplicationCoreViewModelMaterialDetailsViewModel> GetContextMaterials(this IMaterialApi operations, string materialContextId, string parentContextId, string lang)
 {
     return(operations.GetContextMaterialsAsync(materialContextId, parentContextId, lang).GetAwaiter().GetResult());
 }