예제 #1
0
 public ProductRepository()
 {
     context = new E2eDbContext();
 }
예제 #2
0
 public EmployeeRepository()
 {
     context = new E2eDbContext();
 }