MCPcopy Index your code
hub / github.com/bbachi/react-dotnet-example / PostUser

Method PostUser

Controllers/UsersController.cs:32–38  ·  view source on GitHub ↗
(Models.UserModel item)

Source from the content-addressed store, hash-verified

30 }
31
32 [HttpPost]
33 [Route("api/user")]
34 [Consumes("application/json")]
35 public Models.UserModel PostUser(Models.UserModel item)
36 {
37 return repository.Add(item);
38 }
39
40
41 }

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected