示例#1
0
 // GET: api/UserType/5
 public Result <UserType> Get(int id)
 {
     return(serv.GetById(id));
 }