MCPcopy Create free account
hub / github.com/bbachi/react-dotnet-example / Add

Method Add

Models/IUserRepository.cs:10–10  ·  view source on GitHub ↗
(UserModel user)

Source from the content-addressed store, hash-verified

8 IEnumerable<UserModel> GetAll();
9
10 UserModel Add(UserModel user);
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected