public IHttpActionResult Get(long FeeNo) { var response = VerifyService.GetVerify(FeeNo); return(Ok(response.Data)); }