コード例 #1
0
 /// <summary>
 ///     Marks a presidential decision option as used.
 /// </summary>
 /// <param name="text">The text of the presidential decision which will be marked as used.</param>
 public void MarkDecisionAsUsed(string text)
 {
     decisionService.MarkDecisionAsUsed(text);
 }