Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bbachi/react-dotnet-example
/ GetAllUsers
Method
GetAllUsers
Controllers/UsersController.cs:25–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
[HttpGet]
26
[Route(
"api/users"
)]
27
public IEnumerable<Models.UserModel> GetAllUsers()
28
{
29
return repository.GetAll();
30
}
31
32
[HttpPost]
33
[Route(
"api/user"
)]
Callers
nothing calls this directly
Calls
1
GetAll
Method · 0.45
Tested by
no test coverage detected