Beispiel #1
0
 public async Task <IHttpActionResult> AddComment([FromBody] blog_comment comment)
 {
     return(Ok(await blogInfoRepo.AddComment(comment)));
 }