Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='contextLastViewedMaterialCommand'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 public static object RecordLastViewedMaterial(this IMaterialApi operations, LMSApplicationCoreCommandsContextLastViewedMaterialCommand contextLastViewedMaterialCommand, string lang)
 {
     return(operations.RecordLastViewedMaterialAsync(contextLastViewedMaterialCommand, lang).GetAwaiter().GetResult());
 }