Пример #1
0
 /// <summary>
 /// Create the role.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// The role.
 /// </param>
 public static RoleDto CreateRole(this IRole operations, RoleCreateDto body = default(RoleCreateDto))
 {
     return(operations.CreateRoleAsync(body).GetAwaiter().GetResult());
 }