Esempio n. 1
0
 public UserRepository(ErrorHubContext context)
 {
     _context = context;
 }
 public ErrorOccurrenceRepository(ErrorHubContext context)
 {
     _context = context;
 }