Ejemplo n.º 1
0
        public List <Crust> StoreCrust([FromBody] Guid id)
        {
            List <Crust> crusts = storeLogic.GetStoreCrusts(id);

            return(crusts);
        }