Exemplo n.º 1
0
 public int DeleteWar(int id)
 {
     return(_dal.DeleteWar(id));
 }