コード例 #1
0
 /// <summary>
 /// Sets the current <see cref="User"/> to the buidler.
 /// </summary>
 /// <param name="applicationUser">The current <see cref="User"/> of the application.</param>
 public void AddApplicationUser(User applicationUser)
 {
     this.applicationUser = applicationUser;
     eventService.AddApplicationUser(applicationUser);
 }