public ItemWithCustomersController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }
Пример #2
0
 public ItemsController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }