Ejemplo n.º 1
0
        public IHttpActionResult GetSells()
        {
            ISellPostingRepo sellpost = new SellPostingRepo();

            return(Ok(sellpost.PendingList().ToList()));
        }