コード例 #1
0
 public void ChangeIncident(Incident incident)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public void AddIncident(string ID, Incident incident)
 {
     throw new System.NotImplementedException();
 }