コード例 #1
0
 public ItemWithCustomersController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }
コード例 #2
0
 public ItemsController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }