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

Interface IUserRepository

Models/IUserRepository.cs:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace react_dotnet_example.Models
5{
6 public interface IUserRepository
7 {
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