Esempio n. 1
0
        public IEnumerable <Buy> GetBuy()
        {
            var pro = _service.GetBuy();

            return(pro);
        }