Exemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='eventDeleteCommand'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 public static bool?DeleteEvent(this IEventApi operations, LMSApplicationCoreCommandsEventDeleteCommand eventDeleteCommand, string lang)
 {
     return(operations.DeleteEventAsync(eventDeleteCommand, lang).GetAwaiter().GetResult());
 }