Exemplo n.º 1
0
        public TableResponse GetAllByCoffeeID(SpaceCoffee _space)
        {
            TableResponse response = personDAL.GetAllByCoffeeID(_space);

            return(response);
        }