예제 #1
0
 public IHttpActionResult GetUsersInfoBySearchTerm(string searchTerm)
 {
     return(ResponseMessage(Request.CreateResponse(HttpStatusCode.OK, objProfileInfoService.GetUsersInfoBySearchTerm(searchTerm))));
 }