示例#1
0
 public ActionResult UserJiShouhu(int id, FormCollection f)
 {
     bizUserSkill bs = new bizUserSkill();
     string result = bs.UseShouhuShu(UserID, id);
     return Content(result);
 }