Пример #1
0
 public Boolean updatePost([FromBody] PostUpdateData updatePost)
 {
     return(PostMethods.updatePost(updatePost));
 }