コード例 #1
0
 //CREATE
 public void AddNewEvent(Outing newEvent)
 {
     _outingList.Add(newEvent);
 }