Ejemplo n.º 1
0
        public Post GetPostById(int id)
        {
            var pm = new PostMapper();

            return(pm.GetPostById(id));
        }