Esempio n. 1
0
 public EFComputerRepository(HardwareDbContext context)
 {
     this.context = context;
 }
 public EFBuildOrderRepository(HardwareDbContext ctx)
 {
     context = ctx;
 }