Beispiel #1
0
 public int PostTodoListCT([FromBody] ReqCreateTodoList request)
 {
     return(_todoListService.CreateTodoListSV(request));
 }