Esempio n. 1
0
 public ActionResult <Todo> Create([FromBody] Todo newTodo)
 {
     return(_tr.CreateTodo(newTodo));
 }