Ejemplo n.º 1
0
 public JsonResult RemoveNonRegisteredUser(int userid)
 {
     var common = new CommonService();
     common.RemoveNonRegisteredUser(userid);
     return Json(new { common.success, common.message });
 }