Exemplo n.º 1
0
 public UserRepository(ISISNotesContext chatServiceContext)
 {
     _dbContext = chatServiceContext;
 }
Exemplo n.º 2
0
 public RightsRepository(ISISNotesContext chatServiceContext)
 {
     _dbContext = chatServiceContext;
 }