Пример #1
0
 public Status addNewPost([FromBody] Post post)
 {
     return(PostMethods.onInsertingNewPost(post));
 }