Example #1
0
        public ActionResult GestUserList(SearchCritriaModel searchCritria, string mode)
        {
            var response = _userService.GestUserList(searchCritria, mode);

            return(Ok(APIResponse.CreateResponse(_jwtAuthentication.Value, _httpContextAccessor.HttpContext.Request, response)));
        }