Exemplo n.º 1
0
 public void CancelarContagem(InventarioDTO inventarioDTO)
 {
     daoStock.CancelInventory(inventarioDTO);
 }