Esempio n. 1
0
        public ActionResult NewInterviewInfo([FromBody] Interview data)
        {
            ProductRepository.AddInterviewInfo(data);

            return(Json("success"));
        }