Exemple #1
0
        public static OutputDeliveryList GetListByPartida(bool childs, long oidBatch)
        {
            QueryConditions conditions = new QueryConditions
            {
                TipoEntidad = ETipoEntidad.Cliente,
                Partida     = BatchInfo.New(oidBatch)
            };

            return(GetList(false, SELECT(conditions)));
        }