Ejemplo n.º 1
0
 public MachineRepository(MachineDbContext context)
 {
     this._context = context;
 }