コード例 #1
0
        public string ComplaintFollow()
        {
            //Retrieve POST data
            string jsonComplaintDetail = Request.Content.ReadAsStringAsync().Result;

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