Esempio n. 1
0
 public int PutWar(int id, War war)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public int PostWar(War war)
 {
     throw new NotImplementedException();
 }