public LinkController(Dbcontext dbcontext, IRepRegistercs repRegisters) { this.repository = new MainRepository(dbcontext); this.repRegisters = repRegisters; }
public ComponentRegisterController(IRepRegistercs repRegisters) { this.repRegisters = repRegisters; }