public ItemWithCustomersController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }
예제 #2
0
 public ItemsController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }