Пример #1
0
 public async Task Put([FromBody] PostModel postModel)
 {
     await _postServices.InsertPostAsync(postModel);
 }