Пример #1
0
 public int PutTodoListCT([FromBody] ReqEditTodoList request)
 {
     return(_todoListService.EditTodoListSV(request));
 }