Exemplo n.º 1
0
 public int PutWar(int id, War war)
 {
     return(_dal.PutWar(id, war));
 }