Exemple #1
0
 public void Update(StatusInfo item)
 {
     _todos[item.Key] = item;
 }
Exemple #2
0
 public void Add(StatusInfo item)
 {
     item.Key         = Guid.NewGuid().ToString();
     _todos[item.Key] = item;
 }