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