Esempio n. 1
0
 /// <summary>
 /// Get all active citizens
 /// </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 1
 /// </param>
 public static object GetAllActiveCitizens(this IInternalClient operations, int?pageNumber = 1)
 {
     return(operations.GetAllActiveCitizensAsync(pageNumber).GetAwaiter().GetResult());
 }