public SurveyFileRepository(RWEDODbContext context) { this.context = context; }
public UserRepository(RWEDODbContext context) { this.context = context; }
public StatusRepository(RWEDODbContext context) { this.context = context; }