Пример #1
0
 public ActionResult UserJiRanse(int id, FormCollection f)
 {
     bizUserSkill bs = new bizUserSkill();
     string result = bs.UseRanseShu(UserID, id, f["cardName"].ToString().ToLower());
     return Content(result);
 }