Пример #1
0
 /// <summary>
 /// Clicks the Assign button and completes the Assign dialog
 /// </summary>
 /// <param name="userOrTeam">Name of the user or team to assign the record to</param>
 public void Assign(string userOrTeam)
 {
     _client.Assign(userOrTeam);
 }