Beispiel #1
0
 public void Post([FromBody] Comment comment)
 {
     context.AddAsync(comment);
     context.SaveChanges();
 }