Beispiel #1
0
        public ActionResult CheckProfileQuotient(SendChatModel model)
        {
            var response = _userService.GetProfileQuotient(model.SenderId, model.RevceiverId);

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