Exemplo n.º 1
0
 public UserRepository(TeamUpDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public RequestRepository(TeamUpDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public LocationRepository(TeamUpDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public PhotoRepository(TeamUpDbContext context)
 {
     _context = context;
 }