Example #1
0
 public void SetEffort(int newEffort)
 {
     _backlogItem.SetEffort(newEffort);
 }