Example #1
0
 public void Put(int id, [FromBody] TodoTask value)
 {
     _todoTaskRepository.Replace(value);
 }