Пример #1
0
 public int PutWar(int id, War war)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public int PostWar(War war)
 {
     throw new NotImplementedException();
 }