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

Method GetAll

Models/IUserRepository.cs:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 public interface IUserRepository
7 {
8 IEnumerable<UserModel> GetAll();
9
10 UserModel Add(UserModel user);
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected