Exemple #1
0
        public DTO.Topping CheckToppingInventory(int toppingId)
        {
            var topping = _adminServices.CheckToppingInventory(toppingId);

            return(topping);
        }