Beispiel #1
0
 public void Store(Draft d)
 => Drafts.Add(d);
Beispiel #2
0
 public void Cancel(Draft d)
 => Drafts.Remove(d);