Ejemplo n.º 1
0
        // GET api/<controller>/5
        public Supplier Get(int id)
        {
            var data = _supplier.GetInfo(id);

            return(data);
        }