Exemplo n.º 1
0
 public ActionResult UseJulinzhu(FormCollection f)
 {
     bizUsers bu = new bizUsers();
     return Content(bu.UseJulinzhu(UserID));
 }