コード例 #1
0
 public bool SaveUserPostTextMessages(UserPostBO objUserPostBO)
 {
     return(objProfileInfoDAO.SaveUserPostTextMessages(objUserPostBO));
 }
コード例 #2
0
 public IHttpActionResult SaveUserPostTextMessages([FromBody] UserPostBO objUserPostBO)
 {
     return(ResponseMessage(Request.CreateResponse(HttpStatusCode.OK, objProfileInfoService.SaveUserPostTextMessages(objUserPostBO))));
 }