Example #1
0
 public UserRepository(ISISNotesContext chatServiceContext)
 {
     _dbContext = chatServiceContext;
 }
Example #2
0
 public RightsRepository(ISISNotesContext chatServiceContext)
 {
     _dbContext = chatServiceContext;
 }