Exemple #1
0
        public static List <CamionetaModel> ObtenerCamionetas(short id, string tkn)
        {
            var agente = new AgenteServicio();

            agente.BuscarCamionetas(id, tkn);
            return(agente._ListaCamionetas);
        }