Exemplo n.º 1
0
 //GET: api/User?appSystemId=3
 public IEnumerable <UserInfo> Get(string appSystemId)
 {
     return(_userQueryService.FindAllByAppSystemId(appSystemId));
 }