Exemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='xSelectedSchoolCode'>
 /// Selected school code, used when multiple impersonation permissions are
 /// available on the token
 /// </param>
 /// <param name='body'>
 /// </param>
 public static void Post(this IDeleteLessonsExternal operations, string xSelectedSchoolCode = default(string), DeleteLessonsExternalCommand body = default(DeleteLessonsExternalCommand))
 {
     operations.PostAsync(xSelectedSchoolCode, body).GetAwaiter().GetResult();
 }