예제 #1
0
 public async Task SetVistoPedidoProveedor(string idPedido, DateTime fecha)
 {
     try
     {
         await Task.Factory.FromAsync(proxy.BeginSetVistoPedidoProveedor(idPedido, fecha, null, null), proxy.EndSetVistoPedidoProveedor);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }