Ejemplo n.º 1
0
        public IActionResult GetAllContainersForGoogleMap(int id)
        {
            var eats = _machineService.GetAllSoldContainersForGoogleMap(id);

            return(Ok(eats));
        }