Example #1
0
 /// <summary>
 ///     Accepts an audience request with the associated modifications to group popularity and strength and also the changes to the treasury.
 /// </summary>
 /// <param name="audience">The audience to be accepted.</param>
 public void AcceptAudienceRequest(Audience audience)
 {
     audienceService.AcceptAudienceRequest(audience);
 }