Esempio n. 1
0
 // GET: api/User
 public IEnumerable <User> Get([FromUri] User req)
 {
     return(UserBiz.GetAll(req));
 }