示例#1
0
 // GET: api/User/5
 public User Get(string id)
 {
     return(UserBiz.GetById(id));
 }