示例#1
0
 public ActionResult Delete(DeleteConfirmInput input)
 {
     Ilanguages.Delete(input.Id);
     return(Json(new { input.Id }));
 }