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