Exemplo n.º 1
0
 public LastNumberRepository(CustomDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UserRepository(CustomDbContext customDbContext)
 {
     _dbContext = customDbContext;
 }
Exemplo n.º 3
0
 public TimelineRepository(CustomDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UserRepository(CustomDbContext context)
 {
     _context = context;
 }