Exemplo n.º 1
0
        public IHttpActionResult GetAllPost()
        {
            var listpost = _PostsServices.GetAllPost();

            return(Ok(listpost.ToList()));
        }