コード例 #1
0
 public void RemoveHistory(IPregnancyHistoryEntry _entry)
 {
     history.Remove(_entry);
 }
コード例 #2
0
 public void AddHistory(IPregnancyHistoryEntry _entry)
 {
     history.Add(_entry);
 }