Method | Description | |
---|---|---|
TodoController ( ITodoRepository repository ) : System | ||
TodoController ( ITodoRepository repository ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CreateItem ( [ item ) : void | ||
DeleteItem ( int id ) : IActionResult | ||
GetAll ( ) : IEnumerable |
||
GetById ( int id ) : IActionResult |
public TodoController ( ITodoRepository repository ) : System | ||
repository | ITodoRepository | |
return | System |
public TodoController ( ITodoRepository repository ) : System.Collections.Generic | ||
repository | ITodoRepository | |
return | System.Collections.Generic |