예제 #1
0
 public MachineRepository(MachineDbContext context)
 {
     this._context = context;
 }