(string journal, Int64 piece)[] orders = MercatorController.xFunctions.xLieesByType(billingEngine.PiedsVRecord.PIECE_LIEE, 3); 
foreach ((string journal, Int64 piece) order in orders)
{
     ...
}