Ejemplo n.º 1
0
        public string PostingLike()
        {
            //Retrieve POST data
            string jsonComplaintDetail = Request.Content.ReadAsStringAsync().Result;

            clsDAL objDAL = new clsDAL();
            return objDAL.postingLike(jsonComplaintDetail).ToJSON();
        }