public EntityTypeRepository(WLDbContext context) { this.context = context; }
public DocumentTypeRepository(WLDbContext context) { this.context = context; }
public AnnotationTypeRepository(WLDbContext context) { this.context = context; }
public UserRepository(WLDbContext context) { this.context = context; }
public CredentialsRepository(WLDbContext context) { this.context = context; }
public RoleRepository(WLDbContext context) { this.context = context; }