コード例 #1
0
 public void SalvarAtualizarPcpOpCabecalho()
 {
     try
     {
         using (ServidorClient Servico = new ServidorClient())
         {
             PcpOpCabecalhoSelected.Empresa = Empresa;
             Servico.SalvarAtualizarPcpOpCabecalho(PcpOpCabecalhoSelected);
             PcpOpCabecalhoSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }