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