Exemple #1
0
 public IActionResult AddList([FromBody] Todolist obj)
 {
     return(iApp.AddList(obj));
 }