Example #1
0
 public IActionResult AddImage([FromBody] AddPostCommand post)
 {
     return(Ok(_postsService.AddImage(post)));
 }