예제 #1
0
 public void SalvarAtualizarInventarioContagemCab()
 {
     try
     {
         using (ServidorClient Servico = new ServidorClient())
         {
             EstoqueContagemCabecalhoSelected.Empresa = Empresa;
             Servico.SalvarAtualizarInventarioContagemCab(EstoqueContagemCabecalhoSelected);
             EstoqueContagemCabecalhoSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }