Esempio n. 1
0
 /// <summary>
 /// Gets a list of reports available within the specified group
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='groupId'>
 /// The group id
 /// </param>
 public static Reports GetReports(this IReportsOperations operations, Guid groupId)
 {
     return(operations.GetReportsAsync(groupId).GetAwaiter().GetResult());
 }