Method | Description | |
---|---|---|
SearchController ( ISearchProvider searchProvider ) : System |
Method | Description | |
---|---|---|
Delete ( int id ) : IActionResult | ||
Post ( long id, string name, string description ) : IActionResult | ||
Put ( long id, string updateName, string updateDescription ) : IActionResult | ||
Search ( string term ) : IEnumerable |
public SearchController ( ISearchProvider searchProvider ) : System | ||
searchProvider | ISearchProvider | |
return | System |