示例#1
0
 /// <summary>
 /// Get all the  caseworkers
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='pageNumber'>
 /// The PageNumber to access the records from Core system. Minimum Value is 0
 /// </param>
 public static object GetAllCaseworkers(this IInternalClient operations, int?pageNumber = 0)
 {
     return(operations.GetAllCaseworkersAsync(pageNumber).GetAwaiter().GetResult());
 }